Upgrade C++ usage in 7.1 to C++17? #3684
Unanswered
ericjbohm
asked this question in
Development
Replies: 2 comments
-
Justin had a PR for enabling this as a non-default option: #3597 I think that PR should be re-worked to make C++17 the default |
Beta Was this translation helpful? Give feedback.
0 replies
-
We went C++11 in 2017, so going C++17 in 2023 sounds reasonable. We should document how that raises our minimum requirements, but fortunately I only expect that to involve the versions of compilers and maybe operating systems, and not dropping support for any platform altogether. Needs to be verified. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most compiler infrastructure has updated to provide adequate support for C++17. Any reason why we shouldn't move our usage and requirements up from C++11 to C++17?
Beta Was this translation helpful? Give feedback.
All reactions