From bdbbc986513c823e2f3a5f2f0604479c88a433d4 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 18 Feb 2026 15:53:50 -0500 Subject: [PATCH] Help/cmake-cxxmodules: drop "preview" release of Visual Studio The final release is out; no need to mention prerelease versions. --- Help/manual/cmake-cxxmodules.7.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Help/manual/cmake-cxxmodules.7.rst b/Help/manual/cmake-cxxmodules.7.rst index 35ad2a2436..9ce4dedcbd 100644 --- a/Help/manual/cmake-cxxmodules.7.rst +++ b/Help/manual/cmake-cxxmodules.7.rst @@ -81,8 +81,7 @@ Support for ``import std`` is limited to the following toolchain and standard library combinations: * Clang 18.1.2 and newer with ``-stdlib=libc++`` or ``-stdlib=libstdc++`` -* MSVC toolset 14.36 and newer (provided with Visual Studio 17.6 Preview 2 and - newer) +* MSVC toolset 14.36 and newer (provided with Visual Studio 17.6 and newer) * GCC 15 and newer The :variable:`CMAKE_CXX_COMPILER_IMPORT_STD` variable lists standard levels