We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
half
std::numeric_limits<half> is lacking the max_digit10 and lowest() members introduced with C++11.
std::numeric_limits<half>
max_digit10
lowest()
In addition, half lacks specializations of the type trait templates defined in <type_traits> (e.g. std::is_arithmetic<T>).
<type_traits>
std::is_arithmetic<T>
The text was updated successfully, but these errors were encountered:
These were added in the 2.3 release, no further action is required
Sorry, something went wrong.
No branches or pull requests
std::numeric_limits<half>
is lacking themax_digit10
andlowest()
members introduced with C++11.In addition,
half
lacks specializations of the type trait templates defined in<type_traits>
(e.g.std::is_arithmetic<T>
).The text was updated successfully, but these errors were encountered: