[Bug c++/35566] multiset constructor uses insert_unique instead of insert_equal!

2008-03-13 Thread dennis dot czeremin at smiths-heimann dot com
--- Comment #2 from dennis dot czeremin at smiths-heimann dot com 2008-03-13 12:28 --- Bug in /trunk/libstdc++-v3/include/bits/stl_multimap.h was introduced with Revision 129013 Modified Thu Oct 4 15:12:34 2007 UTC (5 months, 1 week ago) by paolo No hint about changes. Seems to be a

[Bug c++/35566] multiset constructor uses insert_unique instead of insert_equal!

2008-03-13 Thread dennis dot czeremin at smiths-heimann dot com
--- Comment #1 from dennis dot czeremin at smiths-heimann dot com 2008-03-13 10:48 --- Created an attachment (id=15307) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15307&action=view) Testcase to reproduce bug [EMAIL PROTECTED] test]$g++ -v -save-temps -O0 -ggdb -Wall -Wextra -p