mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-28 17:04:20 +08:00
c1806f89e0
2005-07-01 Paolo Carlini <pcarlini@suse.de> Port from libstdcxx_so_7-branch: 2004-10-28 Chris Jefferson <chris@bubblescope.net> PR libstdc++/17441 * include/bit/stl_algo.h (find(,,,input_iterator_tag), find(,,,random_access_interator_tag), find_if(,,,input_iterator_tag), find_if(,,,random_access_iterator_tag)): Uglify function name. (find, find_if): Use new uglified specialisation names. * testsuite/25_algorithms/find/17441.cc: New. From-SVN: r101501 |
||
---|---|---|
.. | ||
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 |