-
Notifications
You must be signed in to change notification settings - Fork 464
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
[cpptools] Unknown C++ standard control flag: -std=gnu++2b #2150
Comments
It seems you are using MSVC. |
Where do you put |
I'm using |
gnu++2b is C++23, not C++20 |
@linquize , clearly you misundertand me for multiple times, when I set |
@Wongboo, thank you for opening this report. We will fix this. |
This fix is included in the 1.9.0 CMake Tools release. Please upgrade your extension in VSCode and let us know if you encounter any other issues. |
I think the same issue appears for |
@Wongboo, thank you for pointing that out. We fixed the remaining C standard bug in CMake Tools 1.9.1 which was just released. Please try it and let us know if you encounter any other issues. |
Brief Issue Summary
I think it's bug about
C/C++
extension doesn't support control flag: -std=gnu++2b, anyway it eventually pops up inCMake/Build
CMake Tools Diagnostics
I cannot run
CMake: Log Diagnostics
, insteead runC/C++: Log Diagnostics
Debug Log
The text was updated successfully, but these errors were encountered: