An open API service indexing awesome lists of open source software.

https://github.com/beached/cpp_feature_flags

Display the status of C++ feature flags
https://github.com/beached/cpp_feature_flags

Last synced: 10 months ago
JSON representation

Display the status of C++ feature flags

Awesome Lists containing this project

README

          

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```