-
-
Notifications
You must be signed in to change notification settings - Fork 251
clang version error in Insights VSCode extension on Windows #422
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
Comments
Hello @ki9gpin, thanks for reporting this. Can you please provide a minimal working example (or is this case a not working example)? Andreas |
Could you elaborate and specify "minimal working example" ? I am not sure what you are asking . |
Hello @ki9gpin, sorry I was not precise. I'm talking about ta small code snipped that leads to the error. Andreas |
Here is my Code in shared_ptr.cpp file : #include <iostream> template template int main() |
Hello @ki9gpin, thank you! A look at Can you try to set the define Switching your Clang version probably doesn't matter because I assume that the Clang version the error refers to is the Clang version C++ Insights was build with. That should be 12. Do you have the latest binary installed? Andreas |
Trying to use insights vscode extension on windows .
I have added insights executable directory to path variable .
Now I have VS 2019 and clang 11 installed . But it gives this error .
I had clang 12 . Then switched to clang 11 but same error.
The text was updated successfully, but these errors were encountered: