Skip to content

Commit 14fd38f

Browse files
jensmaurerzygoloid
authored andcommitted
[specialized.algorithms] Whitespace and punctuation tweaks.
- Hyphenate 'potentially-overlapping subobject'. - Add whitespace in range.
1 parent 2eec680 commit 14fd38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -9947,7 +9947,7 @@
99479947
\pnum
99489948
\begin{note}
99499949
When invoked on ranges of
9950-
potentially overlapping subobjects\iref{intro.object},
9950+
potentially-overlapping subobjects\iref{intro.object},
99519951
the algorithms specified in this subclause \ref{specialized.algorithms}
99529952
result in undefined behavior.
99539953
\end{note}
@@ -10400,7 +10400,7 @@
1040010400
for (; n > 0; ++result, (void) ++first, --n)
1040110401
::new (@\placeholdernc{voidify}@(*result))
1040210402
typename iterator_traits<NoThrowForwardIterator>::value_type(std::move(*first));
10403-
return {first,result};
10403+
return {first, result};
1040410404
\end{codeblock}
1040510405
\end{itemdescr}
1040610406

0 commit comments

Comments
 (0)