Skip to content

Commit

Permalink
Replace is_trivial_v
Browse files Browse the repository at this point in the history
ChangeLog:

	* P1928/changelog.tex:
	* P1928/wording.tex:
  • Loading branch information
mattkretz committed Jun 27, 2024
1 parent 1945adf commit 81d52b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions P1928/changelog.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
3 changes: 2 additions & 1 deletion P1928/wording.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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<T, Abi>} is supported, \tcode{is_trivial_v<basic_simd<T, Abi>>} is true.
If \tcode{basic_simd<T, Abi>} is supported, \tcode{basic_simd<T, Abi>} is
trivially copyable.

\pnum
Implementations are encouraged to enable explicit conversion from and to
Expand Down

0 comments on commit 81d52b3

Please sign in to comment.