]> git.ipfire.org Git - thirdparty/gcc.git/commit
2013-10-18 Edward Smith-Rowland <3dw4rd@verizon.net>
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Oct 2013 01:31:19 +0000 (01:31 +0000)
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Oct 2013 01:31:19 +0000 (01:31 +0000)
commitb54d53e0ba8e21e13c27b5b6abda125103e6391e
tree6c13387d2b1e6d35e2d97616603d95b65a65a270
parent41671a981a5a9722a5e8e27774ccc02b1c878d4a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203841 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/tr2/dynamic_bitset
libstdc++-v3/include/tr2/dynamic_bitset.tcc [new file with mode: 0644]
libstdc++-v3/testsuite/tr2/dynamic_bitset/pr58729.cc [new file with mode: 0644]