Skip to content

Commit

Permalink
[inplace.vector.overview] Replace residual use of 'trivial type'
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer authored and tkoeppe committed Dec 17, 2024
1 parent 0131e01 commit 04169ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9549,7 +9549,8 @@
\pnum
Let \tcode{IV} denote a specialization of \tcode{inplace_vector<T, N>}.
If \tcode{N} is zero, then
\tcode{IV} is both trivial and empty.
\tcode{IV} is trivially copyable and empty, and
\tcode{std::is_trivially_default_constructible_v<IV>} is \tcode{true}.
Otherwise:
\begin{itemize}
\item
Expand Down

0 comments on commit 04169ba

Please sign in to comment.