------- Comment #2 from paolo at gcc dot gnu dot org 2007-04-03 09:32 ------- Subject: Bug 31440
Author: paolo Date: Tue Apr 3 09:32:31 2007 New Revision: 123452 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123452 Log: 2007-04-03 Paolo Carlini <[EMAIL PROTECTED]> PR libstdc++/31440 * include/bits/stl_tree.h (_M_lower_bound(_Link_type, _Link_type, const _Key&), _M_upper_bound(_Link_type, _Link_type, const _Key&)): Add. (_M_equal_range(const _Key&) const): Remove. (lower_bound(const key_type&), lower_bound(const key_type&) const, upper_bound(const key_type&), upper_bound(const key_type&) const, equal_range(const key_type&), equal_range(const key_type&) const): Adjust. (find(const _Key&), find(const _Key&) const): Tweak. * testsuite/23_containers/map/operations/31440.cc: New. Added: trunk/libstdc++-v3/testsuite/23_containers/map/operations/31440.cc Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/bits/stl_tree.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31440