diff --git a/source/containers.tex b/source/containers.tex index c7cc854452..9352836fdb 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -9549,7 +9549,8 @@ \pnum Let \tcode{IV} denote a specialization of \tcode{inplace_vector}. 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} is \tcode{true}. Otherwise: \begin{itemize} \item