Files
CMake/Help/release/dev/cxx-26.rst
Raul Tambre f21dbf8f26 C++26: Fix C++/CUDA/HIP compile feature support
In commit f808d8afb9 (CMake: Support upcoming C++26 language level,
2022-08-19, v3.25.0-rc1~218^2) we forgot some necessary scaffolding.

Fixes: #25819
2024-04-09 11:38:59 +03:00

9 lines
326 B
ReStructuredText

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