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 0963b3d commit 87c88e9Copy full SHA for 87c88e9
source/algorithms.tex
@@ -10,7 +10,7 @@
10
\pnum
11
The following subclauses describe components for
12
non-modifying sequence operations,
13
-modifying sequence operations,
+mutating sequence operations,
14
sorting and related operations,
15
and algorithms from the ISO C library,
16
as summarized in Table~\ref{tab:algorithms.summary}.
@@ -304,7 +304,7 @@
304
ForwardIterator search(ForwardIterator first, ForwardIterator last,
305
const Searcher& searcher);
306
307
- // \ref{alg.modifying.operations}, modifying sequence operations
+ // \ref{alg.modifying.operations}, mutating sequence operations
308
// \ref{alg.copy}, copy
309
template<class InputIterator, class OutputIterator>
310
OutputIterator copy(InputIterator first, InputIterator last,
0 commit comments