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

paolo@gcc.gnu.org paolo@gcc.gnu.org
Fri Dec 23 21:47:00 GMT 2005


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



More information about the Libstdc++-cvs mailing list