← Back to team overview

leaningtech-dev team mailing list archive

[Bug 1297502] [NEW] list push_back copy doesn't compile

 

Public bug reported:


When compiled with --target=duetto

Line tagged as LINE 2 triggers a compiler error (about a const cast in
the list implementation)

Line tagged as LINE 1 solves the problem and works.

In gcc and clang 3.3 both lines work.

** Affects: duetto
     Importance: Undecided
         Status: New

** Attachment added: "testlist.cpp"
   https://bugs.launchpad.net/bugs/1297502/+attachment/4043520/+files/testlist.cpp

-- 
You received this bug notification because you are a member of
Leaningtech Team, which is subscribed to Duetto.
https://bugs.launchpad.net/bugs/1297502

Title:
  list push_back copy doesn't compile

Status in Duetto: C++ for the Web:
  New

Bug description:
  
  When compiled with --target=duetto

  Line tagged as LINE 2 triggers a compiler error (about a const cast in
  the list implementation)

  Line tagged as LINE 1 solves the problem and works.

  In gcc and clang 3.3 both lines work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/duetto/+bug/1297502/+subscriptions


Follow ups

References