We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed Intellisense errors in a vsxmake project I opened.
It turns out that the language standard set with set_languages() is not being set in the generated VS project.
set_languages()
Specifically, I set set_languages("c++17") and the VS 2019 project still has C++14.
set_languages("c++17")
The text was updated successfully, but these errors were encountered:
Ok, I will look at it.
Sorry, something went wrong.
I have supported it on dev branch, you can try it again.
No branches or pull requests
I noticed Intellisense errors in a vsxmake project I opened.
It turns out that the language standard set with
set_languages()
is not being set in the generated VS project.Specifically, I set
set_languages("c++17")
and the VS 2019 project still has C++14.The text was updated successfully, but these errors were encountered: