gcc/libstdc++-v3/testsuite/25_algorithms/make_heap
Jonathan Wakely 9ade9945a0 Fix unsafe moves inside loops
PR libstdc++/67085
	* include/bits/stl_heap.h (__is_heap): Use _GLIBCXX_MOVE.
	(__make_heap, __sort_heap): Don't use _GLIBCXX_MOVE inside loops.
	* testsuite/23_containers/priority_queue/67085.cc: Adjust expected
	number of copies.
	* testsuite/25_algorithms/make_heap/movable.cc: New test.

From-SVN: r244650
2017-01-19 20:29:07 +00:00
..
requirements/explicit_instantiation Update copyright years. 2017-01-01 13:07:43 +01:00
complexity.cc Update copyright years. 2017-01-01 13:07:43 +01:00
movable.cc Fix unsafe moves inside loops 2017-01-19 20:29:07 +00:00