Skip to content

Commit 84877da

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#120 from yumetodo/patch-1
chore: re-apply specific syntax inside block quote
2 parents fa0eef7 + fa1cd5c commit 84877da

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
@@ -54,7 +54,7 @@ The **/std** option in effect during a C++ compilation can be detected by use of
5454

5555
The **/std:c++14** and **/std:c++latest** options are available beginning in Visual C++ 2015 Update 3. The **/std:c++17** option is available beginning in Visual C++ 2017 Update Version 15.3.
5656

57-
[!NOTE]
57+
> [!NOTE]
5858
> Depending on the Visual C++ compiler version or update level, certain C++14 features may not be fully implemented or fully conformant when you specify the **/std:c++14** option. For example, the Visual C++ 2017 RTM compiler does not fully support C++14-conformant `constexpr`, expression SFINAE, or 2-phase name lookup. For an overview of C++ language conformance in Visual C++, see [Visual C++ Language Conformance](../../visual-cpp-language-conformance.md).
5959
6060
### To set this compiler option in the Visual Studio development environment

0 commit comments

Comments
 (0)