Hello,
Comparing to the 0 literal results calls operator==(const_reference v, std::nullptr_t) since converting to a standard type is preferred to a custom one (json).
// don't let catch decompose the expression
CHECK((json(0) == 0));
CHECK((0 == json(0)));
Hello,
Comparing to the 0 literal results calls
operator==(const_reference v, std::nullptr_t)since converting to a standard type is preferred to a custom one (json).