-
- Downloads
Simplify Assert management
Now `Assert(d)` or `Assert(d, "d is undefined")` work properly with `std::unique_ptr`. Does not require anymore to write `Assert(static_cast<bool>(d))` which is much more convenient.
Please register or sign in to comment