Skip to content

Commit 4aa14fe

Browse files
jwakelytkoeppe
authored andcommitted
[polymorphic.ctor] Owned object must have cv-unqualified object type
1 parent 4f3e967 commit 4aa14fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/memory.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6912,7 +6912,7 @@
69126912

69136913
\pnum
69146914
\effects
6915-
Constructs an owned object of type \tcode{U} with \tcode{std::forward<U>(u)}
6915+
Constructs an owned object of type \tcode{UU} with \tcode{std::forward<U>(u)}
69166916
using the allocator \exposid{alloc}.
69176917
\end{itemdescr}
69186918

@@ -6942,7 +6942,7 @@
69426942
\pnum
69436943
\effects
69446944
\exposid{alloc} is direct-non-list-initialized with \tcode{a}.
6945-
Constructs an owned object of type \tcode{U} with \tcode{std::forward<U>(u)}
6945+
Constructs an owned object of type \tcode{UU} with \tcode{std::forward<U>(u)}
69466946
using the allocator \exposid{alloc}.
69476947
\end{itemdescr}
69486948

0 commit comments

Comments
 (0)