File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9741
9741
suitable to hold an object of type \tcode{U} and
9742
9742
\tcode{a2} of type \tcode{A2} is a rebound copy of
9743
9743
the allocator \tcode{a} passed to \tcode{allocate_shared}
9744
- such that its \tcode{value_type} is \tcode{U }.
9744
+ such that its \tcode{value_type} is \tcode{remove_cv_t<U> }.
9745
9745
\item
9746
9746
When a (sub)object of non-array type \tcode{U} is specified to have
9747
9747
a default initial value,
9758
9758
suitable to hold an object of type \tcode{U} and
9759
9759
\tcode{a2} of type \tcode{A2} is a rebound copy of
9760
9760
the allocator \tcode{a} passed to \tcode{allocate_shared}
9761
- such that its \tcode{value_type} is \tcode{U }.
9761
+ such that its \tcode{value_type} is \tcode{remove_cv_t<U> }.
9762
9762
\item
9763
9763
Array elements are initialized in ascending order of their addresses.
9764
9764
\item
You can’t perform that action at this time.
0 commit comments