Skip to content

Commit c867a5e

Browse files
committed
edits
1 parent ed800f4 commit c867a5e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/overview/supported-platforms-visual-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about: Supported Platforms (Visual C++)"
33
title: "Supported Platforms (Visual C++)"
4-
ms.date: 10/09/2025
4+
ms.date: 10/17/2025
55
ms.service: "visual-cpp"
66
ms.subservice: "tools"
77
helpviewer_keywords: ["Visual C++, platforms supported", "platforms [C++]"]

docs/overview/what-s-new-for-msvc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: intro-whats-new
99

1010
# What's new for MSVC
1111

12-
Microsoft C++ (MSVC) brings many updates and fixes to the Microsoft C++ compiler and tools.
12+
Version x.y.z. brings many updates and fixes to the Microsoft C++ compiler and tools.
1313

1414
- For more information on what's new in all of Visual Studio, see [What's new in Visual Studio 2022](/visualstudio/ide/whats-new-visual-studio-2022).
1515
- For information about version build dates, see [Visual Studio 2022 Release History](/visualstudio/releases/2022/release-history).
@@ -21,7 +21,7 @@ Microsoft C++ (MSVC) brings many updates and fixes to the Microsoft C++ compiler
2121
| For more information about | See |
2222
|---|---|
2323
| What's new for C++ developers | [What's New for C++ Developers in Visual Studio 2022 17.14](https://devblogs.microsoft.com/cppblog/whats-new-for-c-developers-in-visual-studio-2022-17-14/) |
24-
| Standard Library (STL) merged C++26 and C++23 features, Language Working Group (LWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs | [STL Changelog 17.14](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1714) |
24+
| Standard Library (STL) merged C++26 and C++23 features, Language Working Group (CWG) issue resolutions, performance improvements, enhanced behavior, and fixed bugs | [STL Changelog 17.14](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1714) |
2525
| C++ language updates | [C++ Language Updates in MSVC in Visual Studio 2022 17.14](https://devblogs.microsoft.com/cppblog/c-language-updates-in-msvc-in-visual-studio-2022-17-14/) |
2626
| C++ language conformance improvements | [C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022 17.14](cpp-conformance-improvements.md#improvements_1714) |
2727

docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ ai-usage: ai-assisted
1010

1111
# What's new for C++ in Visual Studio
1212

13-
MSVC now ships on it's own cadence, independent of Visual Studio. For the latest updates to MSVC, see [What's new for MSVC](/cpp/overview/what-s-new-for-msvc.md).
13+
MSVC now ships on its own cadence, independent of Visual Studio. For the latest updates to MSVC, see [What's new for MSVC](/cpp/overview/what-s-new-for-msvc.md).
1414

1515
# What's new for C++ in Visual Studio 2026
1616

17-
VS 2026 18.0 and later no longer support targeting Windows 7 and Windows Server 2008 R2, which have stopped receiving security updates.
17+
VS 2026 18.0 and later no longer support targeting Windows 7/8/8.1 or Windows Server 2008 R2/2012/2012 R2, which have stopped receiving security updates.
1818

1919
# What's new for C++ in Visual Studio 2022
2020

0 commit comments

Comments
 (0)