File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9819
9819
9820
9820
\pnum
9821
9821
For each function
9822
- with at least one parameter of type \placeholder{floating-point-type},
9822
+ with at least one parameter of type \tcode{\ placeholder{floating-point-type} },
9823
9823
the implementation provides
9824
9824
an overload for each cv-unqualified floating-point type\iref{basic.fundamental}
9825
- where all uses of \placeholder{floating-point-type} in the function signature
9825
+ where all uses of \tcode{\ placeholder{floating-point-type} } in the function signature
9826
9826
are replaced with that floating-point type.
9827
9827
9828
9828
\pnum
9829
9829
For each function
9830
- with at least one parameter of type \placeholder{floating-point-type}
9830
+ with at least one parameter of type \tcode{\ placeholder{floating-point-type} }
9831
9831
other than \tcode{abs},
9832
9832
the implementation also provides additional overloads sufficient to ensure that,
9833
9833
if every argument corresponding to
9834
- a \placeholder{floating-point-type} parameter has arithmetic type,
9834
+ a \tcode{\ placeholder{floating-point-type} } parameter has arithmetic type,
9835
9835
then every such argument is effectively cast to the floating-point type
9836
9836
with the greatest floating-point conversion rank and
9837
9837
greatest floating-point conversion subrank
9845
9845
9846
9846
\pnum
9847
9847
An invocation of \tcode{nexttoward} is ill-formed if
9848
- the argument corresponding to the \placeholder{floating-point-type} parameter
9848
+ the argument corresponding to the \tcode{\ placeholder{floating-point-type} } parameter
9849
9849
has extended floating-point type.
9850
9850
9851
9851
\xrefc{7.12}
You can’t perform that action at this time.
0 commit comments