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]

r109021 - in /branches/libstdcxx_so_7-branch/li...


Author: paolo
Date: Fri Dec 23 21:47:33 2005
New Revision: 109021

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109021
Log:
2005-12-23  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/stl_bvector.h (class vector<bool>): Move all the
	helpers under protected access mode, consistently with the primary
	vector template.
	(vector<bool>::_M_erase_at_end): Add.
	(erase(iterator, iterator), clear, resize, _M_fill_assign,
	_M_assign_aux): Use it.
	* testsuite/23_containers/vector/bool/modifiers/erase/1.cc: New.

Added:
    branches/libstdcxx_so_7-branch/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/
    branches/libstdcxx_so_7-branch/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/1.cc
Modified:
    branches/libstdcxx_so_7-branch/libstdc++-v3/ChangeLog.libstdcxx_so_7-branch
    branches/libstdcxx_so_7-branch/libstdc++-v3/include/bits/stl_bvector.h


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