Compiler Support
Explore the changes in compiler support for C++17, focusing on removed and deprecated library features. Understand which features are phased out across popular compilers like GCC, Clang, and MSVC, and learn how these updates enhance code clarity and modernization.
We'll cover the following...
We'll cover the following...
| Feature | GCC | Clang | MSVC |
|---|---|---|---|
Removing auto_ptr, random_shuffle, old <functional> stuff |
No [^gccfunccompat] | not yet | VS 2015 |