You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removed `constexpr` where it would be non-portable
also:
- made use of extra bits (e.g. on AMD64) opt-in via `MZ_TAGGED_PTR_BITS`
- made use of `assert()` configurable via `MZ_ASSERT()`
- documentation