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++23 <stdfloat> #925

Open
gpeterhoff opened this issue Oct 25, 2024 · 0 comments
Open

C++23 <stdfloat> #925

gpeterhoff opened this issue Oct 25, 2024 · 0 comments

Comments

@gpeterhoff
Copy link

gpeterhoff commented Oct 25, 2024

The file is not recognized as a header file, even if it is compiled with -std=c++23 or -std=gnu++23.
As a result, the types std::floatX_t are not recognized by the CDT indexer.
This in turn has the consequence that functions with these types as arguments always produce the warning “invalid arguments” from the CDT indexer - the compiler itself works of course.

So: there are masses of false positive warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant