gcc/libstdc++-v3/testsuite/25_algorithms
Paolo Carlini 173f26ae56 tuple (tuple<>::operator=(tuple&&)): Specify as noexcept.
2011-05-19  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/tuple (tuple<>::operator=(tuple&&)): Specify as
        noexcept.
	(__get_helper): Likewise.
	(_Head_base<>::_M_head, _Tuple_impl<>::_M_head, _M_tail): Likewise.
	* include/bits/move.h (swap): Likewise.
	* include/bits/algorithmfwd.h (swap): Adjust.
	* include/bits/stl_pair.h (pair<>::operator=(pair&&)): Spec noexcept.
	* testsuite/util/testsuite_allocator.h (uneq_allocator): In C++0x
	mode, prefer delete to access control to make the type not copy
	assignable.
	* testsuite/util/testsuite_tr1.h: Add test classes.
	* testsuite/20_util/tuple/noexcept_swap.cc: New.
	* testsuite/20_util/tuple/noexcept_move_assign.cc: Likewise.
	* testsuite/25_algorithms/reverse/moveable.cc: Likewise, prefer
	delete to access control.
	* testsuite/25_algorithms/swap_ranges/moveable.cc: Likewise.
	* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-warning
	line numbers.

From-SVN: r173917
2011-05-19 17:20:22 +00:00
..
adjacent_find
all_of
any_of
binary_search
copy
copy_backward
copy_if
copy_n
count
count_if
equal
equal_range
fill
fill_n
find
find_end
find_first_of
find_if
find_if_not
for_each
generate/requirements/explicit_instantiation
generate_n
headers
heap moveable.cc: Actually run it in parallel-mode for check-parallel. 2011-04-11 17:50:39 +00:00
includes
inplace_merge moveable.cc: Actually run it in parallel-mode for check-parallel. 2011-04-11 17:50:39 +00:00
is_heap
is_heap_until
is_partitioned
is_permutation
is_sorted
is_sorted_until
iter_swap
lexicographical_compare
lower_bound
make_heap/requirements/explicit_instantiation
max
max_element
merge
min
min_element
minmax
minmax_element
mismatch
move
move_backward
next_permutation moveable.cc: Actually run it in parallel-mode for check-parallel. 2011-04-11 17:50:39 +00:00
none_of
nth_element
partial_sort [multiple changes] 2011-03-09 18:30:11 +00:00
partial_sort_copy
partition moveable.cc: Actually run it in parallel-mode for check-parallel. 2011-04-17 23:15:28 +00:00
partition_copy
partition_point
pop_heap/requirements/explicit_instantiation
prev_permutation moveable.cc: Actually run it in parallel-mode for check-parallel. 2011-04-11 17:50:39 +00:00
push_heap/requirements/explicit_instantiation
random_shuffle
remove moveable.cc: Actually run it in parallel-mode for check-parallel. 2011-04-11 17:50:39 +00:00
remove_copy/requirements/explicit_instantiation
remove_copy_if
remove_if moveable.cc: Actually run it in parallel-mode for check-parallel. 2011-04-11 17:50:39 +00:00
replace
replace_copy
replace_copy_if
replace_if
reverse tuple (tuple<>::operator=(tuple&&)): Specify as noexcept. 2011-05-19 17:20:22 +00:00
reverse_copy/explicit_instantiation
rotate moveable.cc: Actually run it in parallel-mode for check-parallel. 2011-04-11 17:50:39 +00:00
rotate_copy/requirements/explicit_instantiation
search
search_n
set_difference
set_intersection
set_symmetric_difference
set_union
shuffle
sort [multiple changes] 2011-03-09 18:30:11 +00:00
sort_heap moveable.cc: Actually run it in parallel-mode for check-parallel. 2011-04-11 17:50:39 +00:00
stable_partition moveable.cc: Actually run it in parallel-mode for check-parallel. 2011-04-11 17:50:39 +00:00
stable_sort [multiple changes] 2011-03-09 18:30:11 +00:00
swap
swap_ranges tuple (tuple<>::operator=(tuple&&)): Specify as noexcept. 2011-05-19 17:20:22 +00:00
transform/requirements/explicit_instantiation
unique moveable.cc: Actually run it in parallel-mode for check-parallel. 2011-04-11 17:50:39 +00:00
unique_copy
upper_bound