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
ModernCppStarter/CMakeLists.txt
Lines 51 to 52 in 6076990
This line of code is wrong. Being permissive means to let details slide. permissive- means being conformant.
https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=msvc-160
The text was updated successfully, but these errors were encountered:
Oh yeah, seems to be a typo that slipped through code review in #80. 😱 Thanks for reporting!
Sorry, something went wrong.
Fix MSVC permissive flags
bb77249
Fixes #122.
Fix MSVC permissive flags (#123)
acab9a3
Successfully merging a pull request may close this issue.
ModernCppStarter/CMakeLists.txt
Lines 51 to 52 in 6076990
This line of code is wrong. Being permissive means to let details slide.
permissive- means being conformant.
https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=msvc-160
The text was updated successfully, but these errors were encountered: