Skip to content

Commit 04169ba

Browse files
jensmaurertkoeppe
authored andcommitted
[inplace.vector.overview] Replace residual use of 'trivial type'
1 parent 0131e01 commit 04169ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/containers.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9549,7 +9549,8 @@
95499549
\pnum
95509550
Let \tcode{IV} denote a specialization of \tcode{inplace_vector<T, N>}.
95519551
If \tcode{N} is zero, then
9552-
\tcode{IV} is both trivial and empty.
9552+
\tcode{IV} is trivially copyable and empty, and
9553+
\tcode{std::is_trivially_default_constructible_v<IV>} is \tcode{true}.
95539554
Otherwise:
95549555
\begin{itemize}
95559556
\item

0 commit comments

Comments
 (0)