Examples of using CMake with C++26, C++23, and C++20 standard syntax. This is useful for testing of compilers and build systems--already several bugs have been so detected.
We typically use feature testing macros to detect a feature, but some features require a small compile and link test.
Related projects: