This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r119221 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: paolo
Date: Sun Nov 26 10:04:25 2006
New Revision: 119221

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119221
Log:
2006-11-26  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/29385 (2nd part, based on an idea by Ion Gaztanaga)
	* include/bits/stl_tree.h (_Rb_tree<>::_M_equal_range): Add.
	(equal_range(const key_type&)): Use it.

2006-11-26  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/23_containers/multiset/operations/1.cc: New.
	* testsuite/23_containers/set/operations/1.cc: Likewise.
	* testsuite/23_containers/multimap/operations/1.cc: Likewise.
	* testsuite/23_containers/map/operations/1.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/map/operations/
    trunk/libstdc++-v3/testsuite/23_containers/map/operations/1.cc
    trunk/libstdc++-v3/testsuite/23_containers/multimap/operations/
    trunk/libstdc++-v3/testsuite/23_containers/multimap/operations/1.cc
    trunk/libstdc++-v3/testsuite/23_containers/multiset/operations/
    trunk/libstdc++-v3/testsuite/23_containers/multiset/operations/1.cc
    trunk/libstdc++-v3/testsuite/23_containers/set/operations/
    trunk/libstdc++-v3/testsuite/23_containers/set/operations/1.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_tree.h


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