cpp_feature_flags icon indicating copy to clipboard operation
cpp_feature_flags copied to clipboard

Display the status of C++ feature flags

To compile, either use cmake(may not know that a compiler supports the latest standards) or type something like

g++ -std=c++2b cpp_feature_tester.cpp