gcc/libstdc++-v3/testsuite/25_algorithms/move_backward
Jonathan Wakely f1d591e8a6 Fix assertions for move assignment of trivial types
PR libstdc++/69478
	* include/bits/stl_algobase.h (__copy_move<_IsMove, true,
	random_access_iterator_tag>): Check is_move_assignable when moving.
	(__copy_move_backwards<_IsMove, true, random_access_iterator_tag>):
	Likewise.
	* testsuite/25_algorithms/copy/move_iterators/69478.cc: New.
	* testsuite/25_algorithms/copy_backward/move_iterators/69478.cc: New.
	* testsuite/25_algorithms/move/69478.cc: New.
	* testsuite/25_algorithms/move_backward/69478.cc: new.

From-SVN: r232842
2016-01-26 19:38:20 +00:00
..
deque_iterators shrink_to_fit.cc: Prefer -std=gnu++11. 2014-10-15 19:56:52 +00:00
requirements/explicit_instantiation Update copyright years. 2016-01-04 15:30:50 +01:00
1.cc Update copyright years. 2016-01-04 15:30:50 +01:00
69478.cc Fix assertions for move assignment of trivial types 2016-01-26 19:38:20 +00:00