From 81d52b353de5ba3654496723bf92f08f9b6e4612 Mon Sep 17 00:00:00 2001 From: Matthias Kretz Date: Wed, 26 Jun 2024 21:08:47 -0500 Subject: [PATCH] Replace is_trivial_v ChangeLog: * P1928/changelog.tex: * P1928/wording.tex: --- P1928/changelog.tex | 1 + P1928/wording.tex | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/P1928/changelog.tex b/P1928/changelog.tex index 51664f0..78d75ee 100644 --- a/P1928/changelog.tex +++ b/P1928/changelog.tex @@ -158,6 +158,7 @@ \section{Changelog} to “Initializes \ldots”. \item Instead of writing “satisfies X” in \emph{Constraints} and “models X” in \emph{Preconditions}, say only “models X” in \emph{Constraints}. +\item Replace \code{is_trivial_v} with “is trivially copyable”. \todo Reorder \code{simd} and \code{simd_mask} specification in the wording (mask first). \end{revision} diff --git a/P1928/wording.tex b/P1928/wording.tex index 0c28b0b..a49a813 100644 --- a/P1928/wording.tex +++ b/P1928/wording.tex @@ -552,7 +552,8 @@ In addition only the \tcode{value_type}, \tcode{abi_type}, and \tcode{mask_type} members are present. -If \tcode{basic_simd} is supported, \tcode{is_trivial_v>} is true. +If \tcode{basic_simd} is supported, \tcode{basic_simd} is +trivially copyable. \pnum Implementations are encouraged to enable explicit conversion from and to