gcc/libstdc++-v3/testsuite/25_algorithms
Paolo Carlini 9f889fcf52 DR 538, [Ready]
2006-04-10  Paolo Carlini  <pcarlini@suse.de>

	DR 538, [Ready]
	* include/bits/stl_algo.h (__unique_copy(,,, input_iterator_tag,
	output_iterator_tag), and predicated counterpart): Revert to the
	algorithm pre-DR 241, i.e., value_type of InputIterator is now
	required to be Assignable too.
	* testsuite/25_algorithms/unique_copy/3.cc: Remove.
	* docs/html/ext/howto.html: Add an entry for DR 538.

From-SVN: r112818
2006-04-10 10:05:51 +00:00
..
adjacent_find
binary_search
copy
count
count_if
equal
equal_range
fill
find
find_end
find_first_of
find_if
heap
includes
inplace_merge
iter_swap
lexicographical_compare
lower_bound
max_element
merge
min_element
mismatch
next_permutation
nth_element
partial_sort
partial_sort_copy
partition
prev_permutation
remove
remove_if
replace
replace_copy
replace_copy_if
replace_if
rotate
search
search_n
set_difference
set_intersection
set_symmetric_difference
set_union
stable_sort
swap_ranges
unique
unique_copy
upper_bound
binary_search.cc
min_max.cc
sort.cc