Skip to content

Commit 591467b

Browse files
committed
Merge branch 'std23' of https://github.com/TylerMSFT/cpp-docs-pr into std23
2 parents 679998e + 9e5efac commit 591467b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/std-specify-language-standard-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The compiler doesn't support most optional features of ISO C11. Several of these
127127

128128
### `/std:clatest`
129129

130-
The **`/std:clatest`** option behaves like the `/std:c++latest` switch for the C++ compiler. The switch enables all currently implemented compiler and standard library features proposed for the next draft C standard, as well as some in-progress and experimental features.
130+
The **`/std:clatest`** option behaves like the `/std:c++latest` switch for the C++ compiler. The switch enables all currently implemented compiler and standard library features proposed in the next draft C standard, as well as some in-progress and experimental features.
131131

132132
For more information, see the C Standard library features section of [Microsoft C/C++ language conformance](../../overview/visual-cpp-language-conformance.md).
133133

0 commit comments

Comments
 (0)