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 76487648\begin {itemdescr }
76497649\pnum
76507650If 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 ()}.
76527652Otherwise, let \tcode {arg_next} be the parameter
76537653following 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
76567656rebind_alloc<U>}, where \tcode {U} is an unspecified type
76577657whose size and alignment are both \mname {STDCPP_DEFAULT_NEW_ALIGNMENT}.
76587658
76597659\pnum
76607660\mandates
76617661\begin {itemize }
76627662\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
76647664of type \tcode {allocator_arg_t}.
76657665\item \tcode {allocator_traits<PAlloc>::pointer} is a pointer type.
76667666\end {itemize }
You can’t perform that action at this time.
0 commit comments