Browse Source

Help: Add release note for C++ 20 support

Fixes: #17849
Brad King 7 years ago
parent
commit
874d3d2948
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Help/release/dev/features-c++20.rst

+ 6 - 0
Help/release/dev/features-c++20.rst

@@ -0,0 +1,6 @@
+features-c++20
+--------------
+
+* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
+  is now aware of C++ 20.  No specific features are yet enumerated besides
+  the ``cxx_std_20`` meta-feature.