Skip to content

Commit f244e1c

Browse files
authored
[concept.equalitycomparable] Use \exposconcept (#5660)
1 parent 1033bad commit f244e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/concepts.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@
10051005
\tcode{const remove_reference_t<T>} and
10061006
\tcode{const remove_reference_t<U>} respectively.
10071007
\tcode{T} and \tcode{U} model
1008-
\tcode{\placeholder{weakly-equality-comparable-with}<T, U>} only if
1008+
\tcode{\exposconcept{weakly-equality-comparable-with}<T, U>} only if
10091009
\begin{itemize}
10101010
\item \tcode{t == u}, \tcode{u == t}, \tcode{t != u}, and \tcode{u != t}
10111011
have the same domain.

0 commit comments

Comments
 (0)