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]

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


Author: paolo
Date: Fri Sep 22 17:51:01 2006
New Revision: 117148

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

	PR libstdc++/29134 (vector<bool> bits)
	* include/bits/stl_bvector.h (vector<bool>::max_size):
	Use allocator' max_size.
	* testsuite/23_containers/vector/bool/capacity/29134.cc: New.

	* testsuite/23_containers/deque/capacity/29134-2.cc: Minor tweak.
	* testsuite/23_containers/vector/capacity/29134-2.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/29134.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_bvector.h
    trunk/libstdc++-v3/testsuite/23_containers/deque/capacity/29134-2.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/capacity/29134-2.cc


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