This is useful to see mismatched values when a check fails as specified in the Boost documentation.
This PR would make #20744 PR's diff smaller by a bit.
This is useful to see mismatched values when a check fails as specified in the Boost documentation.
This PR would make #20744 PR's diff smaller by a bit.
See https://www.boost.org/doc/libs/1_71_0/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_eq.html
review ACK 059e8ccc1eba6cd92f4c434325cb56b0533eb744
Code Review ACK 059e8ccc1eba6cd92f4c434325cb56b0533eb744
Note that this is just the tip of the iceberg, there are hundreds of other instances where the same replacement could be done:
$ git grep "BOOST_CHECK(.*==.*)" | wc -l
917
(of course, this also includes some false-positives)