File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 9160
9160
constexpr float nextafterf(float x, float y);
9161
9161
constexpr long double nextafterl(long double x, long double y);
9162
9162
9163
- constexpr @\placeholder {floating-point-type}@ nexttoward(@\placeholder {floating-point-type}@ x, @ \placeholder {floating-point-type}@ y);
9163
+ constexpr @\placeholder {floating-point-type}@ nexttoward(@\placeholder {floating-point-type}@ x, long double y);
9164
9164
constexpr float nexttowardf(float x, long double y);
9165
9165
constexpr long double nexttowardl(long double x, long double y);
9166
9166
9349
9349
a usable candidate\iref {over.match.general }
9350
9350
from the overloads provided by the implementation.
9351
9351
9352
+ \pnum
9353
+ An invocation of \tcode {nexttoward} is ill-formed if
9354
+ the argument corresponding to the \placeholder {floating-point-type} parameter
9355
+ has extended floating-point type.
9356
+
9352
9357
\xrefc {7.12}
9353
9358
9354
9359
\rSec 2[c.math.abs]{Absolute values}
You can’t perform that action at this time.
0 commit comments