Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misuse of C++ #14

Open
cedricchevalier19 opened this issue Dec 14, 2023 · 0 comments
Open

Misuse of C++ #14

cedricchevalier19 opened this issue Dec 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@cedricchevalier19
Copy link
Member

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.

@cedricchevalier19 cedricchevalier19 added the bug Something isn't working label Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant