Compiler Support
Let's look at the compiler support for the updates from C++17 with respect to templates.
We'll cover the following...
Feature | GCC | Clang | MSVC |
---|---|---|---|
Template argument deduction for class templates | 7.0/8.0[^gccimprov] | 5.0 | VS 2017 15.7 |
Deduction Guides in the Standard Library |