Skip to content

Explicitly enable or disable conformant preprocessor in tests #725

Description

Casey Carter (@CaseyCarter) noted that in the near future, /std:c++latest is expected to imply /Zc:preprocessor, so we should alter all /std:c++latest configurations to explicitly enable or disable the new preprocessor.

Originally posted by Stephan T. Lavavej (@StephanTLavavej) in #677 (comment)

Since /Zc:preprocessor is becoming the default, and we don't explicitly set it, we will see changes in test coverage once it is the default.

We should explicitly enable and disable it to get coverage of both modes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    testRelated to test code

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions