File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 20962096
20972097\begin {itemdescr }
20982098\pnum
2099- \exposid {allocator-aware-forward} is an exposition-only function used to
2100- either create a new object of type \tcode {T} from \tcode {obj}
2099+ \exposid {allocator-aware-forward} is an exposition-only function template
2100+ used to either
2101+ create a new object of type \tcode {remove_cvref_t<T>} from \tcode {obj}
21012102or forward \tcode {obj} depending on whether an allocator is available.
21022103If the environment associated with \tcode {context} provides an allocator
2103- (i.e., the expression \tcode {get_allocator(get_env(context))} is valid,
2104+ (i.e., the expression \tcode {get_allocator(get_env(context))} is valid) ,
21042105let \exposid {alloc} be the result of this expression
21052106and let \tcode {P} be \tcode {remove_cvref_t<T>}.
21062107
You can’t perform that action at this time.
0 commit comments