From 0b4711a57088a2d1031b1ceb192ca182fe438a6e Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Tue, 17 Dec 2024 22:51:01 +0100 Subject: [PATCH] [inplace.vector.overview] Replace residual use of 'trivial type' --- source/containers.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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