We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed15cb5 commit b9d7470Copy full SHA for b9d7470
source/containers.tex
@@ -7104,9 +7104,9 @@
7104
constexpr void splice_after(const_iterator position, forward_list& x, const_iterator i);
7105
constexpr void splice_after(const_iterator position, forward_list&& x, const_iterator i);
7106
constexpr void splice_after(const_iterator position, forward_list& x,
7107
- const_iterator first, const_iterator last);
+ const_iterator first, const_iterator last);
7108
constexpr void splice_after(const_iterator position, forward_list&& x,
7109
7110
7111
constexpr size_type remove(const T& value);
7112
template<class Predicate> constexpr size_type remove_if(Predicate pred);
0 commit comments