Skip to content

Commit f063265

Browse files
committed
[simd.traits] Rename subclause heading to 'Type traits'
The subclause applies to both vecs and masks. Fixes NB US 177-284 (C++26 CD).
1 parent e7e5b69 commit f063265

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
@@ -16505,7 +16505,7 @@
1650516505
\indexheader{simd}%
1650616506
\begin{codeblock}
1650716507
namespace std::simd {
16508-
// \ref{simd.traits}, \tcode{simd} type traits
16508+
// \ref{simd.traits}, type traits
1650916509
template<class T, class U = typename T::value_type> struct alignment;
1651016510
template<class T, class U = typename T::value_type>
1651116511
constexpr size_t @\libmember{alignment_v}{simd}@ = alignment<T, U>::value;
@@ -17161,7 +17161,7 @@
1716117161
}
1716217162
\end{codeblock}
1716317163

17164-
\rSec2[simd.traits]{\tcode{vec} type traits}
17164+
\rSec2[simd.traits]{Type traits}
1716517165

1716617166
\indexlibrarymember{alignment}{simd}
1716717167
\begin{itemdecl}

0 commit comments

Comments
 (0)