Skip to content

Commit 670dd96

Browse files
author
Colin Robertson
authored
Update std-specify-language-standard-version.md
Fix link to preprocessor topic
1 parent d381d34 commit 670dd96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The **/std:c++17** option enables the full set of C++17 features implemented by
4848

4949
The **/std:c++latest** option enables the set of C++ language and library features implemented by Visual C++ to track the most recent Working Draft and defect updates of the C++ Standard. Use this switch to get the latest language features supported by the compiler. For a list of supported language and library features, see [What's New for Visual C++](../../what-s-new-for-visual-cpp-in-visual-studio.md). The **/std:c++latest** option does not enable features guarded by the **/experimental** switch.
5050

51-
The **/std** option in effect during a C++ compilation can be detected by use of the [\_MSVC\_LANG](../preprocessor/predefined-macros.md) preprocessor macro. For more information, see [Preprocessor Macros](../preprocessor/predefined-macros.md).
51+
The **/std** option in effect during a C++ compilation can be detected by use of the [\_MSVC\_LANG](../../preprocessor/predefined-macros.md) preprocessor macro. For more information, see [Preprocessor Macros](../../preprocessor/predefined-macros.md).
5252

5353
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.
5454

@@ -66,4 +66,4 @@ The **/std:c++14** and **/std:c++latest** options are available beginning in Vis
6666
## See Also
6767

6868
[Compiler Options](../../build/reference/compiler-options.md)
69-
[Setting Compiler Options](../../build/reference/setting-compiler-options.md)
69+
[Setting Compiler Options](../../build/reference/setting-compiler-options.md)

0 commit comments

Comments
 (0)