Skip to content

Commit 5c521b6

Browse files
authored
[range.concat.iterator] Add missing \libconcept markup (#6953)
1 parent 9707fb9 commit 5c521b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9476,8 +9476,8 @@
94769476
\par % This paragraph is part of the \remarks clause.
94779477
The expression in the \grammarterm{requires-clause} is equivalent to
94789478
\begin{codeblock}
9479-
swappable_with<iter_reference_t<iterator>, iter_reference_t<iterator>> &&
9480-
(... && indirectly_swappable<iterator_t<@\exposid{maybe-const}@<Const, Views>>>)
9479+
@\libconcept{swappable_with}@<iter_reference_t<iterator>, iter_reference_t<iterator>> &&
9480+
(... && @\libconcept{indirectly_swappable}@<iterator_t<@\exposid{maybe-const}@<Const, Views>>>)
94819481
\end{codeblock}
94829482
\end{itemdescr}
94839483

0 commit comments

Comments
 (0)