Skip to content

Commit 66643c5

Browse files
TylerMSFTTylerMSFT
authored andcommitted
edit
1 parent f9cd2bd commit 66643c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/overview/cpp-conformance-improvements.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This document lists the changes in Visual Studio 2022:
1616

1717
## <a name="improvements_178"></a> Conformance improvements in Visual Studio 2022 version 17.8
1818

19-
Visual Studio 2022 version 17.8 contains the following conformance improvements, bug fixes, and behavior changes in the Microsoft C/C++ compiler. For a more detailed summary of changes made to the C++ Standard Library, see [STL Changelog VS 2022 17.8](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-178-preview-3).
19+
Visual Studio 2022 version 17.8 contains the following conformance improvements, bug fixes, and behavior changes in the Microsoft C/C++ compiler.
2020

2121
### /FU issues an error
2222

@@ -26,16 +26,20 @@ The C compiler used to accept the `/FU` option, even though it hasn't support ma
2626

2727
The C++23 named modules `std` and `std.compat` are now available when compiling with `/std:c++20`.
2828

29+
For a broader summary of changes made to the C++ Standard Library, see [STL Changelog VS 2022 17.8](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-178-preview-3).
30+
2931
## <a name="improvements_177"></a> Conformance improvements in Visual Studio 2022 version 17.7
3032

31-
Visual Studio 2022 version 17.7 contains the following highlighted conformance improvements, bug fixes, and behavior changes in the Microsoft C/C++ compiler. For a more detailed summary of changes made to the Standard Template Library, see [STL Changelog VS 2022 17.7](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-177).
33+
Visual Studio 2022 version 17.7 contains the following highlighted conformance improvements, bug fixes, and behavior changes in the Microsoft C/C++ compiler.
3234

3335
### C++ Standard Library
3436

3537
The `<print>` library is now supported. See [P2093R14 Formatted output](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2093r14.html).
3638

3739
Implemented `views::cartesian_product`.
3840

41+
For a broader summary of changes made to the Standard Template Library, see [STL Changelog VS 2022 17.7](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-177).
42+
3943
### `using` conformance
4044

4145
Previously, the `using` directive could cause names from used namespaces to remain visible when they shouldn't. This could cause unqualified name lookup to find a name in a namespace even when there's no `using` directive active.

0 commit comments

Comments
 (0)