blob: 9c28ddfb5240de880bacdfa6cf0cc880a862a16d (
plain)
1
2
3
4
5
6
|
features-c++17
--------------
* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
is now aware of C++ 17. No specific features are yet enumerated besides
the ``cxx_std_17`` meta-feature.
|