cxx-26.rst 326 B

12345678
  1. cxx-26
  2. ------
  3. * The :manual:`Compile Features <cmake-compile-features(7)>` functionality
  4. now implements support for the ``cxx_std_26`` and ``cuda_std_26``
  5. meta-features to indicate that the compiler mode must be at least C++26.
  6. These meta-features were first documented by CMake 3.25, but were not fully
  7. implemented.