Skip to content

Commit 29531a1

Browse files
authored
[simd.bit] Use libconcept for integral
1 parent 3f88656 commit 29531a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19781,7 +19781,7 @@
1978119781
\begin{itemdescr}
1978219782
\pnum
1978319783
\constraints
19784-
The type \tcode{V::value_type} models \tcode{integral}.
19784+
The type \tcode{V::value_type} models \libconcept{integral}.
1978519785

1978619786
\pnum
1978719787
\returns
@@ -19869,7 +19869,7 @@
1986919869
\item
1987019870
The type \tcode{V0::value_type} is an unsigned integer type\iref{basic.fundamental},
1987119871
\item
19872-
the type \tcode{V1::value_type} models \tcode{integral},
19872+
the type \tcode{V1::value_type} models \libconcept{integral},
1987319873
\item
1987419874
\tcode{V0::size() == V1::size()} is \tcode{true}, and
1987519875
\item

0 commit comments

Comments
 (0)