Created
November 10, 2018 02:37
-
-
Save NicholasSterling/79df7962512abc43fe4a3f49201d53b2 to your computer and use it in GitHub Desktop.
Compile-time assert macro, taken from https://github.com/oscarlab/graphene/commit/0bd1b6a
This file contains hidden or 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
#define COMPILE_TIME_ASSERT(pred) switch(0){case 0:case pred:;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment