From 753b5d4d6118cdca0824e4c4a82a248e5d22edda Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 1 May 2025 15:56:42 +0100 Subject: [PATCH] [polymorphic.ctor] Owned object must have cv-unqualified object type --- source/memory.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/memory.tex b/source/memory.tex index dfa3087c95..4520f5dd18 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -6912,7 +6912,7 @@ \pnum \effects -Constructs an owned object of type \tcode{U} with \tcode{std::forward(u)} +Constructs an owned object of type \tcode{UU} with \tcode{std::forward(u)} using the allocator \exposid{alloc}. \end{itemdescr} @@ -6942,7 +6942,7 @@ \pnum \effects \exposid{alloc} is direct-non-list-initialized with \tcode{a}. -Constructs an owned object of type \tcode{U} with \tcode{std::forward(u)} +Constructs an owned object of type \tcode{UU} with \tcode{std::forward(u)} using the allocator \exposid{alloc}. \end{itemdescr}