]> git.ipfire.org Git - thirdparty/gcc.git/commit
stl_algo.h (remove_copy, [...]): Declare inline.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Sat, 28 Sep 2013 20:30:51 +0000 (20:30 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Sat, 28 Sep 2013 20:30:51 +0000 (20:30 +0000)
commit3bd2644c003a795e1ee0b8a537bc90bf68d4b876
tree43a6fdfe0c9bec14b6dbd2db5e129cfcdbc0031c
parent7540a2c787301dc04f72c2fb236de8333ff41786
stl_algo.h (remove_copy, [...]): Declare inline.

2013-09-28  François Dumont  <fdumont@gcc.gnu.org>

* include/bits/stl_algo.h (remove_copy, remove_copy_if): Declare
inline.
(rotate_copy, stable_partition, partial_sort_copy): Likewise.
(lower_bound, upper_bound, equal_range, inplace_merge): Likewise.
(includes, next_permutation, prev_permutation): Likewise.
(replace_copy, replace_copy_if, is_sorted_until): Likewise.
(minmax_element, is_permutation, adjacent_find): Likewise.
(count, count_if, search, search_n, merge): Likewise.
(set_intersection, set_difference): Likewise.
(set_symmetric_difference, min_element, max_element): Likewise.
* include/bits/stl_algobase.h (lower_bound): Likewise.
(lexicographical_compare, mismatch): Likewise.

From-SVN: r203008
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/include/bits/stl_algobase.h