mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +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.