Skip to content

Commit fb8fc78

Browse files
authored
Fix experimental:preprocessor links
1 parent e687ce8 commit fb8fc78

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)