gcc/libstdc++-v3/testsuite/25_algorithms
Paolo Carlini 3089d5a419 PR libstdc++/26133 (DR 241, [WP])
2006-02-08  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/26133  (DR 241, [WP])
	* include/bits/stl_algo.h (__unique_copy(,,, forward_iterator_tag,
	output_iterator_tag), __unique_copy(,,, input_iterator_tag,
	output_iterator_tag), __unique_copy(,,, input_iterator_tag,
	forward_iterator_tag), and predicated counterparts): Add.
	(__unique_copy(,,, output_iterator_tag), __unique_copy(,,,
	forward_iterator_tag), and predicated counterparts): Remove.
	(unique_copy): Adjust, dispatch to the three helpers above.
	* testsuite/25_algorithms/unique_copy/2.cc: New.
	* testsuite/25_algorithms/unique_copy/26133.cc: Likewise.
	* testsuite/25_algorithms/unique_copy/3.cc: Likewise.	
	* docs/html/ext/howto.html: Add an entry for DR 241.

	* testsuite/25_algorithms/unique_copy/1.cc: Minor cosmetic changes.

From-SVN: r110772
2006-02-08 21:51:55 +00:00
..
adjacent_find All files: Update FSF address. 2005-08-17 02:28:44 +00:00
binary_search All files: Update FSF address. 2005-08-17 02:28:44 +00:00
copy All files: Update FSF address. 2005-08-17 02:28:44 +00:00
count All files: Update FSF address. 2005-08-17 02:28:44 +00:00
count_if All files: Update FSF address. 2005-08-17 02:28:44 +00:00
equal All files: Update FSF address. 2005-08-17 02:28:44 +00:00
equal_range All files: Update FSF address. 2005-08-17 02:28:44 +00:00
fill All files: Update FSF address. 2005-08-17 02:28:44 +00:00
find mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter. 2005-12-26 10:53:42 +00:00
find_end All files: Update FSF address. 2005-08-17 02:28:44 +00:00
find_first_of All files: Update FSF address. 2005-08-17 02:28:44 +00:00
find_if All files: Update FSF address. 2005-08-17 02:28:44 +00:00
heap [multiple changes] 2005-12-28 09:57:57 +00:00
includes All files: Update FSF address. 2005-08-17 02:28:44 +00:00
inplace_merge All files: Update FSF address. 2005-08-17 02:28:44 +00:00
iter_swap mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter. 2005-12-26 10:53:42 +00:00
lexicographical_compare All files: Update FSF address. 2005-08-17 02:28:44 +00:00
lower_bound All files: Update FSF address. 2005-08-17 02:28:44 +00:00
max_element All files: Update FSF address. 2005-08-17 02:28:44 +00:00
merge All files: Update FSF address. 2005-08-17 02:28:44 +00:00
min_element All files: Update FSF address. 2005-08-17 02:28:44 +00:00
mismatch All files: Update FSF address. 2005-08-17 02:28:44 +00:00
next_permutation All files: Update FSF address. 2005-08-17 02:28:44 +00:00
nth_element All files: Update FSF address. 2005-08-17 02:28:44 +00:00
partial_sort All files: Update FSF address. 2005-08-17 02:28:44 +00:00
partial_sort_copy All files: Update FSF address. 2005-08-17 02:28:44 +00:00
partition All files: Update FSF address. 2005-08-17 02:28:44 +00:00
prev_permutation All files: Update FSF address. 2005-08-17 02:28:44 +00:00
remove All files: Update FSF address. 2005-08-17 02:28:44 +00:00
remove_if All files: Update FSF address. 2005-08-17 02:28:44 +00:00
replace All files: Update FSF address. 2005-08-17 02:28:44 +00:00
replace_copy mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter. 2005-12-26 10:53:42 +00:00
replace_copy_if mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter. 2005-12-26 10:53:42 +00:00
replace_if All files: Update FSF address. 2005-08-17 02:28:44 +00:00
rotate All files: Update FSF address. 2005-08-17 02:28:44 +00:00
search All files: Update FSF address. 2005-08-17 02:28:44 +00:00
search_n All files: Update FSF address. 2005-08-17 02:28:44 +00:00
set_difference All files: Update FSF address. 2005-08-17 02:28:44 +00:00
set_intersection All files: Update FSF address. 2005-08-17 02:28:44 +00:00
set_symmetric_difference All files: Update FSF address. 2005-08-17 02:28:44 +00:00
set_union All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stable_sort All files: Update FSF address. 2005-08-17 02:28:44 +00:00
swap_ranges All files: Update FSF address. 2005-08-17 02:28:44 +00:00
unique All files: Update FSF address. 2005-08-17 02:28:44 +00:00
unique_copy PR libstdc++/26133 (DR 241, [WP]) 2006-02-08 21:51:55 +00:00
upper_bound All files: Update FSF address. 2005-08-17 02:28:44 +00:00
binary_search.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
min_max.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
sort.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00