mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 21:31:36 +00:00
- Make assert() a no-op in non-debug builds. - Use static_assert for compile-time asserts. - Fix assert() implementation (previous version didn't work for expressions with types larger than long, it also always printed `(value:0)`). - Clean up calls to asserts.