-
Notifications
You must be signed in to change notification settings - Fork 458
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
Visual Studio 2022 IntelliSense Error E0095 #122
Comments
Can suppress some kind of warning or error help? |
Oh, sure. As I say, the message comes and goes and it's IntelliSense. It doesn't affect the build. I was wondering if maybe there should be a |
FWIW: As an experiment I added a |
an interesting workaround, I thought about the concert, but so far we have C++17. if this solution will be ok, I can add it myself or you can do PR if you want. |
Ok I'll submit a PR. |
I am encountering a strange IntelliSense error in Visual Studio 2022. This is not actually causing the compile to fail or any other issues that I can see. And even weirder, when I click on the error to view the line of code, the error disappears. (I haven't figured out what makes it reappear.) The line of code is line 183:
The error message is here:
For all I know it is a bug in VS 2022. But I thought I would report it in case it is something you wish to know about.
The text was updated successfully, but these errors were encountered: