File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7648
7648
\begin {itemdescr }
7649
7649
\pnum
7650
7650
If there is no parameter with type \tcode {allocator_arg_t} then let
7651
- \tcode {alc} be \tcode {Allocator ()}.
7651
+ \tcode {alc} be \tcode {allocator_type ()}.
7652
7652
Otherwise, let \tcode {arg_next} be the parameter
7653
7653
following the first \tcode {allocator_arg_t} parameter,
7654
- and let \tcode {alc} be \tcode {Allocator (arg_next)}.
7655
- Then \tcode {PAlloc} is \tcode {allocator_traits<Allocator >::template
7654
+ and let \tcode {alc} be \tcode {allocator_type (arg_next)}.
7655
+ Then \tcode {PAlloc} is \tcode {allocator_traits<allocator_type >::template
7656
7656
rebind_alloc<U>}, where \tcode {U} is an unspecified type
7657
7657
whose size and alignment are both \mname {STDCPP_DEFAULT_NEW_ALIGNMENT}.
7658
7658
You can’t perform that action at this time.
0 commit comments