Feature Testing
Explore which compiler implements which feature.
We'll cover the following...
The header <version>
allows you to ask your compiler for its C++11 or later support. You can ask for attributes, features of the core language, or the library. <version>
has about 200 macros defined, which expand to a number when the feature is implemented. The number stands for the year and the month ...