id summary reporter owner description type status milestone component version severity resolution keywords cc 8635 Missing some macros in Boost Test library Valentin Shtronda Gennadiy Rozental "Boost Test library does not have _MESSAGE variants of BOOST_WARN_EQUAL, BOOST_CHECK_EQUAL and BOOST_REQUIRE_EQUAL macros. They are especially useful for printing: 1. iteration in loops; 2. full object if some fields are not equal. Simple patch for boost 1.53 introducing the following macros is attached: {{{ BOOST_WARN_EQUAL_MESSAGE BOOST_CHECK_EQUAL_MESSAGE BOOST_REQUIRE_EQUAL_MESSAGE }}}" Patches closed To Be Determined test Boost 1.53.0 Problem wontfix