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 2096
2096
2097
2097
\begin {itemdescr }
2098
2098
\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}
2101
2102
or forward \tcode {obj} depending on whether an allocator is available.
2102
2103
If 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) ,
2104
2105
let \exposid {alloc} be the result of this expression
2105
2106
and let \tcode {P} be \tcode {remove_cvref_t<T>}.
2106
2107
You can’t perform that action at this time.
0 commit comments