mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
0c07f39006
All the major compilers now have scheduled releases with support for scanning, so remove the experimental gate. Fixes: #18355
9 lines
412 B
ReStructuredText
9 lines
412 B
ReStructuredText
cxxmodules-no-longer-experimental
|
|
---------------------------------
|
|
|
|
* C++ 20 named modules are now supported by :ref:`Ninja Generators`
|
|
and :ref:`Visual Studio Generators` for VS 2022 and newer, in combination
|
|
with the MSVC 14.34 toolset (provided with VS 17.4) and newer, LLVM/Clang
|
|
16.0 and newer, and GCC 14 (after the 2023-09-20 daily bump) and newer.
|
|
See :manual:`cmake-cxxmodules(7)` for details.
|