Skip to content

Commit 4159dd6

Browse files
authored
[simd.ctor] Add \libconcept for concept
1 parent 9b8a5e5 commit 4159dd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/numerics.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -17330,7 +17330,7 @@
1733017330

1733117331
\pnum
1733217332
\constraints
17333-
\tcode{value_type} satisfies \tcode{constructible_from<U>}.
17333+
\tcode{value_type} satisfies \tcode{\libconcept{constructible_from}<U>}.
1733417334

1733517335
\pnum
1733617336
\effects
@@ -17340,7 +17340,7 @@
1734017340
\pnum
1734117341
\remarks
1734217342
The expression inside \tcode{explicit} evaluates to \tcode{false} if and only if
17343-
\tcode{U} satisfies \tcode{convertible_to<value_type>}, and either
17343+
\tcode{U} satisfies \tcode{\libconcept{convertible_to}<value_type>}, and either
1734417344
\begin{itemize}
1734517345
\item
1734617346
\tcode{From} is not an arithmetic type and does not satisfy
@@ -17399,7 +17399,7 @@
1739917399

1740017400
\pnum
1740117401
\constraints
17402-
\tcode{From}$_i$ satisfies \tcode{convertible_to<value_type>} for all $i$ in
17402+
\tcode{From}$_i$ satisfies \tcode{\libconcept{convertible_to}<value_type>} for all $i$ in
1740317403
the range of \range{0}{size()}.
1740417404
In addition, for all $i$ in the range of \range{0}{size()}, if \tcode{From}$_i$
1740517405
is an arithmetic type, conversion from \tcode{From}$_i$ to \tcode{value_type}

0 commit comments

Comments
 (0)