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
- Host: GitHub
- URL: https://github.com/beached/cpp_feature_flags
- Owner: beached
- License: mit
- Created: 2019-01-05T16:18:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T18:03:50.000Z (almost 3 years ago)
- Last Synced: 2025-06-13T11:03:27.883Z (11 months ago)
- Language: C++
- Size: 33.2 KB
- Stars: 20
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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```