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
7 changes: 4 additions & 3 deletions source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2096,11 +2096,12 @@

\begin{itemdescr}
\pnum
\exposid{allocator-aware-forward} is an exposition-only function used to
either create a new object of type \tcode{T} from \tcode{obj}
\exposid{allocator-aware-forward} is an exposition-only function template
used to either
create a new object of type \tcode{remove_cvref_t<T>} from \tcode{obj}
or forward \tcode{obj} depending on whether an allocator is available.
If the environment associated with \tcode{context} provides an allocator
(i.e., the expression \tcode{get_allocator(get_env(context))} is valid,
(i.e., the expression \tcode{get_allocator(get_env(context))} is valid),
let \exposid{alloc} be the result of this expression
and let \tcode{P} be \tcode{remove_cvref_t<T>}.

Expand Down