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

C++11-style compile-time type information for half. #253

Closed
c-lipka opened this issue Dec 28, 2017 · 1 comment
Closed

C++11-style compile-time type information for half. #253

c-lipka opened this issue Dec 28, 2017 · 1 comment
Labels
Bug A bug in the source code

Comments

@c-lipka
Copy link

c-lipka commented Dec 28, 2017

std::numeric_limits<half> is lacking the max_digit10 and lowest() 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>).

@cary-ilm cary-ilm added the Bug A bug in the source code label Jun 13, 2019
@lgritz lgritz added the C++ label Jun 27, 2019
@cary-ilm cary-ilm added this to the Needs Attention milestone Jun 29, 2019
@cary-ilm cary-ilm added the TODO label Jun 29, 2019
@kdt3rd
Copy link
Contributor

kdt3rd commented Jul 21, 2019

These were added in the 2.3 release, no further action is required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in the source code
Projects
None yet
Development

No branches or pull requests

4 participants