Skip to content

Commit bab708d

Browse files
jensmaurertkoeppe
authored andcommitted
[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 600fe56 commit bab708d

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;
@@ -17147,7 +17147,7 @@
1714717147
}
1714817148
\end{codeblock}
1714917149

17150-
\rSec2[simd.traits]{\tcode{vec} type traits}
17150+
\rSec2[simd.traits]{Type traits}
1715117151

1715217152
\indexlibrarymember{alignment}{simd}
1715317153
\begin{itemdecl}

0 commit comments

Comments
 (0)