Allow to print some message on CHECK() or DCHECK() failure
Closed this issue · 0 comments
abyss7 commented
Should look like this:
CHECK(condition) << "condition failed!";
It will be very helpful in diagnostics.
Closed this issue · 0 comments
Should look like this:
CHECK(condition) << "condition failed!";
It will be very helpful in diagnostics.