Skip to content

Commit c682470

Browse files
committed
start
1 parent fd6fdae commit c682470

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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: 4/9/2023
5-
f1_keywords: ["/std", "-std", "/std:c++14", "/std:c++17", "/std:c++20", "/std:c11", "/std:c17", "/std:clatest", "VC.Project.VCCLCompilerTool.CppLanguageStandard"]
4+
ms.date: 1/16/2025
5+
f1_keywords: ["/std", "-std", "/std:c++14", "/std:c++17", "/std:c++20", "/std:c++23preview", "/std:c11", "/std:c17", "/std:clatest", "VC.Project.VCCLCompilerTool.CppLanguageStandard"]
66
---
77
# `/std` (Specify Language Standard Version)
88

@@ -13,6 +13,7 @@ Enable supported C and C++ language features from the specified version of the C
1313
> **`/std:c++14`**\
1414
> **`/std:c++17`**\
1515
> **`/std:c++20`**\
16+
> **`/std:c++23preview`**\
1617
> **`/std:c++latest`**\
1718
> **`/std:c11`**\
1819
> **`/std:c17`**\

0 commit comments

Comments
 (0)