We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4378c64 commit d0c04f1Copy full SHA for d0c04f1
source/algorithms.tex
@@ -9941,7 +9941,7 @@
9941
\pnum
9942
\begin{note}
9943
When invoked on ranges of
9944
-potentially overlapping subobjects\iref{intro.object},
+potentially-overlapping subobjects\iref{intro.object},
9945
the algorithms specified in this subclause \ref{specialized.algorithms}
9946
result in undefined behavior.
9947
\end{note}
@@ -10394,7 +10394,7 @@
10394
for (; n > 0; ++result, (void) ++first, --n)
10395
::new (@\placeholdernc{voidify}@(*result))
10396
typename iterator_traits<NoThrowForwardIterator>::value_type(std::move(*first));
10397
-return {first,result};
+return {first, result};
10398
\end{codeblock}
10399
\end{itemdescr}
10400
0 commit comments