Skip to content

US 52-122 28.7.1 [cmath.syn] Fix signature of nexttoward #534

@wg21bot

Description

@wg21bot

The signature of nexttoward was incorrectly changed by P1467. The second parameter should be long double, not floating-point-type.

Proposed change:

Modify the declaration of nexttoward in 28.7.1 [cmath.syn] as follows:

constexpr floating-point-type nexttoward(floating-point-type x,
  floating-point-type**long double** y);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Tentatively Ready

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions