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 930b8f9 commit 10e2baeCopy full SHA for 10e2bae
source/ranges.tex
@@ -9474,9 +9474,8 @@
9474
\begin{codeblock}
9475
(noexcept(ranges::swap(*x, *y)) && ... && noexcept(ranges::iter_swap(its, its)))
9476
\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.
+where \tcode{its} is a pack of lvalues of types
+\tcode{const iterator_t<\exposid{maybe-const}<Const, Views>>...}.
9480
9481
\par % This paragraph is part of the \remarks clause.
9482
The expression in the \grammarterm{requires-clause} is equivalent to
0 commit comments