Last active
January 4, 2022 11:14
-
-
Save bent-rasmussen/1c097216035be10ad5bcd64d5aa86aa3 to your computer and use it in GitHub Desktop.
Compile-time error on contradictive conditional compilation symbols
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Compile-time error on contradictive conditional compilation symbols. | |
// Make conditional compilation symbols form a discriminated union. | |
#if (SITE_DEV && SITE_TEST) | |
§"Contradictive conditional compilation symbols" | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment