You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--------------------------------
C++17 contains much more features that:
1. add flexibility (eg. std::any, std::variant)
2. potential performance improvement
3. type safety
For more info see: https://en.cppreference.com/w/cpp/17
Compiler support (min version required to access all C++17 features):
1. GCC ^7
2. MSVC ^19.14
Our current version:
1. GCC 7.5
2. MSVC 2017 = MSVC 19.16
To figure out local MSVC compiler version run: `cl /Bv`
For more information about what feature is supported at which version see: https://en.cppreference.com/w/cpp/compiler_support
0 commit comments