cxxmodules-no-longer-experimental.rst 412 B

12345678
  1. cxxmodules-no-longer-experimental
  2. ---------------------------------
  3. * C++ 20 named modules are now supported by :ref:`Ninja Generators`
  4. and :ref:`Visual Studio Generators` for VS 2022 and newer, in combination
  5. with the MSVC 14.34 toolset (provided with VS 17.4) and newer, LLVM/Clang
  6. 16.0 and newer, and GCC 14 (after the 2023-09-20 daily bump) and newer.
  7. See :manual:`cmake-cxxmodules(7)` for details.