2013-04-26 François Dumont <fdumont@gcc.gnu.org>
commita46bf44e4c4be57cd1dbc362ddbb2983bcf2e653
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Apr 2013 20:13:41 +0000 (26 20:13 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Apr 2013 20:13:41 +0000 (26 20:13 +0000)
tree1d11b6faa71069e953ae7f6940be83e234d773c4
parentea99c7a1262ad596b6c1a4f64fbe85eeda3a2e66
2013-04-26  François Dumont  <fdumont@gcc.gnu.org>

* include/bits/hashtable_policy.h
(_Insert_base<>::insert<_It>(_It, _It)): Enable move semantics.
* testsuite/23_containers/unordered_set/insert/move_range.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198346 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/hashtable_policy.h
libstdc++-v3/testsuite/23_containers/unordered_set/insert/move_range.cc [new file with mode: 0644]