-
Dominik Charousset authored
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.
eb1cc7b1