Skip to content

Commit fa1cd5c

Browse files
authored
chore: re-apply specific syntax inside block quote
Because of commit 2ab53d3 (by @corob-msft), the specific syntax was broken ref: - MicrosoftDocs@2ab53d3#commitcomment-25117491 - https://github.com/MicrosoftDocs/cpp-docs/issues/114 - MicrosoftDocs#116
1 parent fa0eef7 commit fa1cd5c

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)