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
On Ubuntu Linux with clang 16.0.2 and c++20, I get one failing test. The test TEST(xinfo, typename) produces le as type name, instead of double.
TEST(xinfo, typename)
le
double
The text was updated successfully, but these errors were encountered:
Able to reproduce in #2692 . I was scanning the code, it seems that it does not use typeid. Using it might make things safer?
typeid
Sorry, something went wrong.
xinfo
No branches or pull requests
On Ubuntu Linux with clang 16.0.2 and c++20, I get one failing test. The test
TEST(xinfo, typename)
producesle
as type name, instead ofdouble
.The text was updated successfully, but these errors were encountered: