Skip to content

Commit d2cd0eb

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#1720 from eldakesh-ms/patch-1
Fix experimental:preprocessor links
2 parents e687ce8 + fb8fc78 commit d2cd0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preprocessor/predefined-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ MSVC supports these additional predefined macros.
269269

270270
- **__MSVC_RUNTIME_CHECKS** Defined as 1 when one of the [/RTC](../build/reference/rtc-run-time-error-checks.md) compiler options is set. Otherwise, undefined.
271271

272-
- **_MSVC_TRADITIONAL** Defined as 0 when the preprocessor conformance mode [/experimental:preprocessor](../build/reference/rtc-run-time-error-checks.md) compiler option is set. Defined as 1 by default, or when the [/experimental:preprocessor-](../build/reference/rtc-run-time-error-checks.md) compiler option is set, to indicate the traditional preprocessor is in use. The **_MSVC_TRADITIONAL** macro and [/experimental:preprocessor (Enable preprocessor conformance mode)](../build/reference/experimental-preprocessor.md) compiler option is available beginning in Visual Studio 2017 version 15.8.
272+
- **_MSVC_TRADITIONAL** Defined as 0 when the preprocessor conformance mode [/experimental:preprocessor](../build/reference/experimental-preprocessor.md) compiler option is set. Defined as 1 by default, or when the [/experimental:preprocessor-](../build/reference/experimental-preprocessor.md) compiler option is set, to indicate the traditional preprocessor is in use. The **_MSVC_TRADITIONAL** macro and [/experimental:preprocessor (Enable preprocessor conformance mode)](../build/reference/experimental-preprocessor.md) compiler option is available beginning in Visual Studio 2017 version 15.8.
273273

274274
```cpp
275275
#if defined(_MSVC_TRADITIONAL) && _MSVC_TRADITIONAL

0 commit comments

Comments
 (0)