|
151 | 151 | template<class T, class U>
|
152 | 152 | concept same_as = @\seebelow@;
|
153 | 153 |
|
154 |
| - // \ref{concept.derivedfrom}, concept \libconcept{derived_from} |
| 154 | + // \ref{concept.derived}, concept \libconcept{derived_from} |
155 | 155 | template<class Derived, class Base>
|
156 | 156 | concept derived_from = @\seebelow@;
|
157 | 157 |
|
158 |
| - // \ref{concept.convertibleto}, concept \libconcept{convertible_to} |
| 158 | + // \ref{concept.convertible}, concept \libconcept{convertible_to} |
159 | 159 | template<class From, class To>
|
160 | 160 | concept convertible_to = @\seebelow@;
|
161 | 161 |
|
|
223 | 223 | template<class T, class U>
|
224 | 224 | concept equality_comparable_with = @\seebelow@;
|
225 | 225 |
|
226 |
| - // \ref{concept.stricttotallyordered}, concept \libconcept{totally_ordered} |
| 226 | + // \ref{concept.totallyordered}, concept \libconcept{totally_ordered} |
227 | 227 | template<class T>
|
228 | 228 | concept totally_ordered = @\seebelow@;
|
229 | 229 | template<class T, class U>
|
|
290 | 290 | \end{note}
|
291 | 291 | \end{itemdescr}
|
292 | 292 |
|
293 |
| -\rSec2[concept.derivedfrom]{Concept \libconcept{derived_from}} |
| 293 | +\rSec2[concept.derived]{Concept \libconcept{derived_from}} |
294 | 294 |
|
295 | 295 | \indexlibrary{\idxcode{derived_from}}%
|
296 | 296 | \begin{itemdecl}
|
|
309 | 309 | \end{note}
|
310 | 310 | \end{itemdescr}
|
311 | 311 |
|
312 |
| -\rSec2[concept.convertibleto]{Concept \libconcept{convertible_to}} |
| 312 | +\rSec2[concept.convertible]{Concept \libconcept{convertible_to}} |
313 | 313 |
|
314 | 314 | \pnum
|
315 | 315 | The \libconcept{convertible_to} concept requires an expression of a particular
|
|
951 | 951 | \tcode{bool(t == u) == bool(C(t) == C(u))}.
|
952 | 952 | \end{itemdescr}
|
953 | 953 |
|
954 |
| -\rSec2[concept.stricttotallyordered]{Concept \libconcept{totally_ordered}} |
| 954 | +\rSec2[concept.totallyordered]{Concept \libconcept{totally_ordered}} |
955 | 955 |
|
956 | 956 | \indexlibrary{\idxcode{totally_ordered}}%
|
957 | 957 | \begin{itemdecl}
|
|
0 commit comments