Skip to content

Fix #5211: Preprocessor conformance with MSVC

William Roy requested to merge (removed):wroy-main-patch-32519 into main

MSVC 2019 introduces a compliant preprocessor with /Zc:preprocessor that is disabled by default. Since it does not exist in 2017, the CI did not catch the build issue for 2019 and 2022. This PR enables the flag which fixes the build for 2019 and 2022.

See: #5211 (closed)

Edited by William Roy

Merge request reports