From 943a96dec35d42d2a6396863f3ae8d2bda24be49 Mon Sep 17 00:00:00 2001 From: Matthias Kretz Date: Mon, 25 Nov 2024 16:25:38 +0100 Subject: [PATCH] [simd.creation] Use return type from synopsis The return type in the itemdecl/-descr was obviously wrong (ABI tag as first template argument to the simd_mask alias template and missing closing template bracket). The synopsis had the correct return type. --- source/numerics.tex | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index 88f77b73d6..595f6735e9 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -17972,8 +17972,8 @@ constexpr simd::size() + ...)> simd_cat(const basic_simd&... xs) noexcept; template - constexpr simd_mask<@\exposid{deduce-abi-t}@<@\exposid{integer-from}@, - (basic_simd_mask::size() + ...)> + constexpr basic_simd_mask, + (basic_simd_mask::size() + ...)>> simd_cat(const basic_simd_mask&... xs) noexcept; \end{itemdecl} @@ -17986,8 +17986,9 @@ is enabled. \item For the second overload - \tcode{simd_mask<\exposid{deduce-abi-t}<\exposid{integer-from}, - (basic_simd_mask\brk{}<\brk{}Bytes, Abis>::size() + ...)>} is enabled. + \tcode{basic_simd_mask, + (ba\-sic_simd_mask::size() + ...)>>} is enabled. \end{itemize} \pnum