-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
C++17 and C11 #4235
Comments
Visual Studio 2019 also supports C++17. Will option |
we can enable it there, too. @pavledragisic is regenerating VS2022 and we will also have PS script to regenerate with one command, so it will be easy, @Bjoe promised to look over cmake buildsystem |
Starting with release 1.13.0, C++17 standard will be the lowest fully supported version.
What does that mean for POCO users?
-std=c++17
/std:c++17 /std:c11
; older VS versions will remain as they areThe text was updated successfully, but these errors were encountered: