Skip to content

Commit 9f71bcc

Browse files
author
Dawn Perchik
committed
[compare.syn][cmp.concept] Use \libconcept for three_way_comparable.
1 parent 62d2a93 commit 9f71bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4021,7 +4021,7 @@
40214021
template<class... Ts>
40224022
using common_comparison_category_t = typename common_comparison_category<Ts...>::type;
40234023

4024-
// \ref{cmp.concept}, concept \tcode{three_way_comparable}
4024+
// \ref{cmp.concept}, concept \libconcept{three_way_comparable}
40254025
template<class T, class Cat = partial_ordering>
40264026
concept three_way_comparable = @\seebelow@;
40274027
template<class T, class U, class Cat = partial_ordering>
@@ -4709,7 +4709,7 @@
47094709
\end{note}
47104710
\end{itemdescr}
47114711

4712-
\rSec2[cmp.concept]{Concept \tcode{three_way_comparable}}
4712+
\rSec2[cmp.concept]{Concept \libconcept{three_way_comparable}}
47134713

47144714
\begin{codeblock}
47154715
template <typename T, typename Cat>

0 commit comments

Comments
 (0)