Merge pull request #369 from hatal175/boolcast

This commit is contained in:
notyourav
2022-02-11 16:44:33 -08:00
committed by GitHub
22 changed files with 91 additions and 72 deletions
-1
View File
@@ -65,7 +65,6 @@
#define min(a, b) ((a) < (b) ? (a) : (b))
#define max(a, b) ((a) >= (b) ? (a) : (b))
#define BOOLCAST(x) ((-(x) | (x)) >> 31)
#define static_assert(cond) extern char assertion[(cond) ? 1 : -1]
#define super (&this->base)