From f0632655555db5e189f4b77b4e56d3251ad80f46 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 5 Oct 2025 18:55:20 +0200 Subject: [PATCH] [simd.traits] Rename subclause heading to 'Type traits' The subclause applies to both vecs and masks. Fixes NB US 177-284 (C++26 CD). --- source/numerics.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index 759683e2d7..3923d39611 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -16505,7 +16505,7 @@ \indexheader{simd}% \begin{codeblock} namespace std::simd { - // \ref{simd.traits}, \tcode{simd} type traits + // \ref{simd.traits}, type traits template struct alignment; template constexpr size_t @\libmember{alignment_v}{simd}@ = alignment::value; @@ -17161,7 +17161,7 @@ } \end{codeblock} -\rSec2[simd.traits]{\tcode{vec} type traits} +\rSec2[simd.traits]{Type traits} \indexlibrarymember{alignment}{simd} \begin{itemdecl}