This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/35566] [4.3 Regression] multiset constructor uses insert_unique instead of insert_equal!



------- Comment #4 from paolo at gcc dot gnu dot org  2008-03-13 17:49 -------
Subject: Bug 35566

Author: paolo
Date: Thu Mar 13 17:48:42 2008
New Revision: 133176

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133176
Log:
2008-03-13  Dennis Czeremin  <dennis.czeremin@smiths-heimann.com>

        PR libstdc++/35566
        * include/bits/stl_multimap.h (multimap<>::multimap(_InputIterator,
        _InputIterator)): Forward to _M_insert_equal, not _M_insert_unique.


Modified:
    branches/gcc-4_3-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_3-branch/libstdc++-v3/include/bits/stl_multimap.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35566


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]