File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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
7659
7659
\pnum
7660
7660
\mandates
7661
7661
\begin {itemize }
7662
7662
\item The first parameter of type \tcode {allocator_arg_t} (if any) is not the last parameter.
7663
- \item \tcode {Allocator (arg_next)} is a valid expression if there is a parameter
7663
+ \item \tcode {allocator_type (arg_next)} is a valid expression if there is a parameter
7664
7664
of type \tcode {allocator_arg_t}.
7665
7665
\item \tcode {allocator_traits<PAlloc>::pointer} is a pointer type.
7666
7666
\end {itemize }
You can’t perform that action at this time.
0 commit comments