Skip to content

Commit 1356b99

Browse files
authored
Update std-specify-language-standard-version.md
minor housekeeping
1 parent 3059e82 commit 1356b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "/std (Specify Language Standard Version)"
33
description: "The MSVC compiler option /std specifies the C or C++ language standard supported by the compiler."
4-
ms.date: 11/13/2023
4+
ms.date: 4/5/2023
55
f1_keywords: ["/std", "-std", "/std:c++14", "/std:c++17", "/std:c++20", "/std:c11", "/std:c17", "/std:clatest", "VC.Project.VCCLCompilerTool.CppLanguageStandard"]
66
---
77
# `/std` (Specify Language Standard Version)
@@ -130,6 +130,6 @@ For more information, see the C Standard library features section of [Microsoft
130130

131131
## See also
132132

133-
[`/Zc:__cplusplus[-]`](zc-cplusplus.md)<br/>
134-
[MSVC compiler options](compiler-options.md)<br/>
133+
[`/Zc:__cplusplus[-]`](zc-cplusplus.md)\
134+
[MSVC compiler options](compiler-options.md)\
135135
[MSVC compiler command-line syntax](compiler-command-line-syntax.md)

0 commit comments

Comments
 (0)