Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/memory.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6912,7 +6912,7 @@

\pnum
\effects
Constructs an owned object of type \tcode{U} with \tcode{std::forward<U>(u)}
Constructs an owned object of type \tcode{UU} with \tcode{std::forward<U>(u)}
using the allocator \exposid{alloc}.
\end{itemdescr}

Expand Down Expand Up @@ -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>(u)}
Constructs an owned object of type \tcode{UU} with \tcode{std::forward<U>(u)}
using the allocator \exposid{alloc}.
\end{itemdescr}

Expand Down
Loading