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

typename fails with clang-16 on Linux #2694

Open
emmenlau opened this issue Apr 25, 2023 · 1 comment
Open

typename fails with clang-16 on Linux #2694

emmenlau opened this issue Apr 25, 2023 · 1 comment
Labels
Bug Help wanted A pull-request is welcomed!

Comments

@emmenlau
Copy link
Contributor

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.

@tdegeus
Copy link
Member

tdegeus commented May 12, 2023

Able to reproduce in #2692 . I was scanning the code, it seems that it does not use typeid. Using it might make things safer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Help wanted A pull-request is welcomed!
Projects
None yet
Development

No branches or pull requests

2 participants