Skip to content

Instantly share code, notes, and snippets.

@WillianBR
WillianBR / gist:d02d358ed14883e8088b75a2547a6e43
Created August 26, 2026 12:42
Checking C++ Standard Support — GCC and Microsoft MSVC
# 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