Tighten overly fuzzy auto-unboxing of CAF_CHECK_*
Only consider values equal on type matches. For example, CAF_CHECK_EQUAL(variant<int, unsigned>(42), 42u) no longer evaluates to true. This also silences compiler warnings with unintentional signed vs unsigned comparisons.
Showing
Please register or sign in to comment