File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3665
3665
\tcode {std::align_val_t},
3666
3666
or any other names that the library uses to
3667
3667
declare these names. Thus, a \grammarterm {new-expression},
3668
- \grammarterm {delete-expression} or function call that refers to one of
3669
- these functions without including the header \libheaderref {new } is
3668
+ \grammarterm {delete-expression}, or function call that refers to one of
3669
+ these functions without importing or including the header \libheaderref {new } is
3670
3670
well-formed. However, referring to \tcode {std}
3671
3671
or \tcode {std::size_t}
3672
3672
or \tcode {std::align_val_t}
3673
3673
is ill-formed unless the name has been declared
3674
- by including the appropriate header.
3674
+ by importing or including the appropriate header.
3675
3675
\end {note }
3676
3676
Allocation and/or
3677
3677
deallocation functions may also be declared and defined for any
Original file line number Diff line number Diff line change 5500
5500
\end {note }
5501
5501
The template
5502
5502
\tcode {std::initializer_list} is not predefined; if the header
5503
- \tcode {<initializer_list>} is not included prior to a use of
5503
+ \tcode {<initializer_list>} is not imported or included prior to a use of
5504
5504
\tcode {std::initializer_list} --- even an implicit use in which the type is not
5505
5505
named\iref {dcl.spec.auto } --- the program is ill-formed.
5506
5506
Original file line number Diff line number Diff line change 3597
3597
\end {example }
3598
3598
3599
3599
\pnum
3600
- If the header \libheaderrefx {typeinfo}{type.info} is not included prior
3600
+ If the header \libheaderrefx {typeinfo}{type.info}
3601
+ is not imported or included prior
3601
3602
to a use of \tcode {typeid}, the program is ill-formed.
3602
3603
3603
3604
\pnum
6007
6008
\tcode {std::partial_ordering})
6008
6009
are not predefined;
6009
6010
if the header \libheaderref {compare }
6010
- is not included prior to a use of such a class type --
6011
+ is not imported or included prior to a use of such a class type --
6011
6012
even an implicit use in which the type is not named
6012
6013
(e.g., via the \tcode {auto} specifier\iref {dcl.spec.auto }
6013
6014
in a defaulted three-way comparison\iref {class.spaceship }
You can’t perform that action at this time.
0 commit comments