[Bug libstdc++/14990] multiset forward iterator is const

2009-06-22 Thread jwakely dot gcc at gmail dot com
--- Comment #4 from jwakely dot gcc at gmail dot com 2009-06-22 14:49 --- bug 14410 and also bug 5583 :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14990 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRI

[Bug libstdc++/14990] multiset forward iterator is const

2009-06-22 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2009-06-22 14:43 --- Indeed, is correct per the current C++ standard at least. I also remember to have certainly closed similar issues in the past, but I'm too lazy to find one to mark as duplicate ;) -- paolo dot carlini at or

[Bug libstdc++/14990] multiset forward iterator is const

2009-06-22 Thread jwakely dot gcc at gmail dot com
--- Comment #2 from jwakely dot gcc at gmail dot com 2009-06-22 14:38 --- See http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#103 "For associative containers where the value type is the same as the key type, both iterator and const_iterator are constant iterators. It is u

[Bug libstdc++/14990] multiset forward iterator is const

2005-10-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Last reconfirmed|2005-07-23 05:26:24 |2005-10-02 20:57:37 date||

[Bug libstdc++/14990] multiset forward iterator is const

2004-04-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|NEW |SUSPENDED Summary|[C++ standard issue]|multiset forward iterator is |mult