Skip to content

Commit f9fc3cd

Browse files
authored
[simd.alg] Use libconcept for totally_ordered
1 parent 3f88656 commit f9fc3cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/numerics.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19262,7 +19262,7 @@
1926219262
\begin{itemdescr}
1926319263
\pnum
1926419264
\constraints
19265-
\tcode{T} models \tcode{totally_ordered}.
19265+
\tcode{T} models \libconcept{totally_ordered}.
1926619266

1926719267
\pnum
1926819268
\returns
@@ -19280,7 +19280,7 @@
1928019280
\begin{itemdescr}
1928119281
\pnum
1928219282
\constraints
19283-
\tcode{T} models \tcode{totally_ordered}.
19283+
\tcode{T} models \libconcept{totally_ordered}.
1928419284

1928519285
\pnum
1928619286
\returns
@@ -19311,7 +19311,7 @@
1931119311
\begin{itemdescr}
1931219312
\pnum
1931319313
\constraints
19314-
\tcode{T} models \tcode{totally_ordered}.
19314+
\tcode{T} models \libconcept{totally_ordered}.
1931519315

1931619316
\pnum
1931719317
\expects

0 commit comments

Comments
 (0)