Skip to content

Commit 10e2bae

Browse files
committed
[range.concat.iterator] Improve awkward wording
1 parent 930b8f9 commit 10e2bae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/ranges.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9474,9 +9474,8 @@
94749474
\begin{codeblock}
94759475
(noexcept(ranges::swap(*x, *y)) && ... && noexcept(ranges::iter_swap(its, its)))
94769476
\end{codeblock}
9477-
where \tcode{its} is a pack of lvalues of type
9478-
%FIXME "respectively" doesn't make sense here.
9479-
\tcode{const iterator_t<\exposid{maybe-const}<Const, Views>>} respectively.
9477+
where \tcode{its} is a pack of lvalues of types
9478+
\tcode{const iterator_t<\exposid{maybe-const}<Const, Views>>...}.
94809479

94819480
\par % This paragraph is part of the \remarks clause.
94829481
The expression in the \grammarterm{requires-clause} is equivalent to

0 commit comments

Comments
 (0)