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 62d2a93 commit 9f71bccCopy full SHA for 9f71bcc
source/support.tex
@@ -4021,7 +4021,7 @@
4021
template<class... Ts>
4022
using common_comparison_category_t = typename common_comparison_category<Ts...>::type;
4023
4024
- // \ref{cmp.concept}, concept \tcode{three_way_comparable}
+ // \ref{cmp.concept}, concept \libconcept{three_way_comparable}
4025
template<class T, class Cat = partial_ordering>
4026
concept three_way_comparable = @\seebelow@;
4027
template<class T, class U, class Cat = partial_ordering>
@@ -4709,7 +4709,7 @@
4709
\end{note}
4710
\end{itemdescr}
4711
4712
-\rSec2[cmp.concept]{Concept \tcode{three_way_comparable}}
+\rSec2[cmp.concept]{Concept \libconcept{three_way_comparable}}
4713
4714
\begin{codeblock}
4715
template <typename T, typename Cat>
0 commit comments