2013-09-28 François Dumont <fdumont@gcc.gnu.org>
commita094680fd45bafee47d784f37f05d7fcc96ab7b3
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Sep 2013 20:30:51 +0000 (28 20:30 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Sep 2013 20:30:51 +0000 (28 20:30 +0000)
tree43a6fdfe0c9bec14b6dbd2db5e129cfcdbc0031c
parentc6d96ab136c12ed8e36ea4fd2ba0384ed041f625
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203008 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/include/bits/stl_algobase.h