Skip to content

Commit b9d7470

Browse files
authored
[forward.list.overview] Fix indentation (#8234)
1 parent ed15cb5 commit b9d7470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7104,9 +7104,9 @@
71047104
constexpr void splice_after(const_iterator position, forward_list& x, const_iterator i);
71057105
constexpr void splice_after(const_iterator position, forward_list&& x, const_iterator i);
71067106
constexpr void splice_after(const_iterator position, forward_list& x,
7107-
const_iterator first, const_iterator last);
7107+
const_iterator first, const_iterator last);
71087108
constexpr void splice_after(const_iterator position, forward_list&& x,
7109-
const_iterator first, const_iterator last);
7109+
const_iterator first, const_iterator last);
71107110

71117111
constexpr size_type remove(const T& value);
71127112
template<class Predicate> constexpr size_type remove_if(Predicate pred);

0 commit comments

Comments
 (0)