Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NicholasSterling/79df7962512abc43fe4a3f49201d53b2 to your computer and use it in GitHub Desktop.
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
#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