From 29531a124e5b5fefa514d442a60d3cfae119581b Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Tue, 30 Sep 2025 12:57:36 +0800 Subject: [PATCH] [simd.bit] Use libconcept for integral --- source/numerics.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index 20d001d5a8..e6123c5c99 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -19781,7 +19781,7 @@ \begin{itemdescr} \pnum \constraints -The type \tcode{V::value_type} models \tcode{integral}. +The type \tcode{V::value_type} models \libconcept{integral}. \pnum \returns @@ -19869,7 +19869,7 @@ \item The type \tcode{V0::value_type} is an unsigned integer type\iref{basic.fundamental}, \item - the type \tcode{V1::value_type} models \tcode{integral}, + the type \tcode{V1::value_type} models \libconcept{integral}, \item \tcode{V0::size() == V1::size()} is \tcode{true}, and \item