Skip to content

Commit d0c04f1

Browse files
committed
[specialized.algorithms] Whitespace and punctuation tweaks.
- Hyphenate 'potentially-overlapping subobject'. - Add whitespace in range.
1 parent 4378c64 commit d0c04f1

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
@@ -9941,7 +9941,7 @@
99419941
\pnum
99429942
\begin{note}
99439943
When invoked on ranges of
9944-
potentially overlapping subobjects\iref{intro.object},
9944+
potentially-overlapping subobjects\iref{intro.object},
99459945
the algorithms specified in this subclause \ref{specialized.algorithms}
99469946
result in undefined behavior.
99479947
\end{note}
@@ -10394,7 +10394,7 @@
1039410394
for (; n > 0; ++result, (void) ++first, --n)
1039510395
::new (@\placeholdernc{voidify}@(*result))
1039610396
typename iterator_traits<NoThrowForwardIterator>::value_type(std::move(*first));
10397-
return {first,result};
10397+
return {first, result};
1039810398
\end{codeblock}
1039910399
\end{itemdescr}
1040010400

0 commit comments

Comments
 (0)