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

emsr@gcc.gnu.org emsr@gcc.gnu.org
Sat Oct 19 01:31:00 GMT 2013


Author: emsr
Date: Sat Oct 19 01:31:19 2013
New Revision: 203841

URL: http://gcc.gnu.org/viewcvs?rev=203841&root=gcc&view=rev
Log:
2013-10-18  Edward Smith-Rowland  <3dw4rd@verizon.net>

	PR libstdc++/58729
	* include/tr2/dynamic_bitset (_M_resize, resize): Use input value
	to set bits; (_M_do_left_shift, _M_do_right_shift, _M_do_to_ulong,
	_M_do_to_ullong, _M_do_find_first, _M_do_find_next, _M_copy_from_ptr,
	operator>>): Move long methods outline to...
	* include/tr2/dynamic_bitset.tcc: New.
	* include/Makefile.am: Add dynamic_bitset.tcc.
	* include/Makefile.in: Add dynamic_bitset.tcc.
	* testsuite/tr2/dynamic_bitset/pr58729.cc: New.


Added:
    trunk/libstdc++-v3/include/tr2/dynamic_bitset.tcc
    trunk/libstdc++-v3/testsuite/tr2/dynamic_bitset/
    trunk/libstdc++-v3/testsuite/tr2/dynamic_bitset/pr58729.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/include/tr2/dynamic_bitset



More information about the Libstdc++-cvs mailing list