This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Checking C++ Standard Support — GCC and Microsoft MSVC | |
| Quick reference for identifying the compiler version, supported C++ language modes, active C++ standard, and compiler predefined macros. | |
| Useful when working across different development machines, build servers, CI environments, Windows, Linux, GCC/MinGW, and Microsoft Visual C++. | |
| --- | |
| ## C++ Standard Values |