Skip to content

Misuse of C++ #14

@cedricchevalier19

Description

@cedricchevalier19

templated struct is_floating_point<Snum> : std::is_floating_point<numberType> {};

https://en.cppreference.com/w/cpp/types/is_floating_point

The behavior of a program that adds specializations for std::is_floating_point or std::is_floating_point_v is undefined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions