Target C++14 instead of C++11 #660
mxxo
started this conversation in
Programming
Replies: 1 comment 1 reply
-
I vote to target C++17 compliance right away. By the time we are done, ... 😉 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are planning to require C++11 to compile EGSnrc. C++11 is a huge release with a ton of useful features. C++14 on the other hand was mostly intended to fix bugs and mistakes in C++11 itself. What does everyone think about moving directly to C++14 and save ourselves the headache of strict C++11 compliance?
(Taking the argument further, why not move to C++17? Comparing feature coverage of C++14 and 17 here, we see C++17 support is a lot more fragmented than C++14 and I'm not sure what appetite there is for C++17 right away).
Beta Was this translation helpful? Give feedback.
All reactions