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 9707fb9 commit 5c521b6Copy full SHA for 5c521b6
source/ranges.tex
@@ -9476,8 +9476,8 @@
9476
\par % This paragraph is part of the \remarks clause.
9477
The expression in the \grammarterm{requires-clause} is equivalent to
9478
\begin{codeblock}
9479
-swappable_with<iter_reference_t<iterator>, iter_reference_t<iterator>> &&
9480
-(... && indirectly_swappable<iterator_t<@\exposid{maybe-const}@<Const, Views>>>)
+@\libconcept{swappable_with}@<iter_reference_t<iterator>, iter_reference_t<iterator>> &&
+(... && @\libconcept{indirectly_swappable}@<iterator_t<@\exposid{maybe-const}@<Const, Views>>>)
9481
\end{codeblock}
9482
\end{itemdescr}
9483
0 commit comments