Skip to content

Commit 47fe6aa

Browse files
author
mikeblome
committed
fixed monikers
1 parent 5b0b55f commit 47fe6aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/overview/cpp-conformance-improvements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ ms.author: "mblome"
1010

1111
Microsoft C++ makes conformance improvements and bug fixes in every release. This article lists the improvements by major release, then by version. It also lists major bug fixes by version. To jump directly to the changes for a specific version, use the **In this article** list.
1212

13-
::: moniker range=">=vs-2019"
13+
::: moniker range="vs-2019"
1414

1515
## <a name="improvements_160"></a> Improvements in Visual Studio 2019 RTW (version 16.0)
1616

17-
Visual Studio 2019 RTW contains the following conformance improvements, bug fixes, and behavior changes in the Microsoft C++ compiler (MSVC).
17+
Visual Studio 2019 RTW contains the following conformance improvements, bug fixes, and behavior changes in the Microsoft C++ compiler (MSVC)
1818

1919
**Note:** C++20 features will be made available in `/std:c++latest` mode until the C++20 implementation is complete for both the compiler and IntelliSense. At that time, the `/std:c++20` compiler mode will be introduced.
2020

@@ -715,7 +715,7 @@ bool neq(const S& lhs, const S& rhs) {
715715
716716
::: moniker-end
717717
718-
::: moniker range=">=vs-2017"
718+
::: moniker range="vs-2017"
719719
720720
## <a name="improvements_150"></a> Improvements in Visual Studio 2017 RTW (version 15.0)
721721

0 commit comments

Comments
 (0)