Subject: [Boost-bugs] [Boost C++ Libraries] #8635: Missing some macros in Boost Test library
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-05-30 16:20:46
#8635: Missing some macros in Boost Test library
-----------------------------------------------------+----------------------
Reporter: Valentin Shtronda <valiko.ua@â¦> | Owner: rogeeff
Type: Patches | Status: new
Milestone: To Be Determined | Component: test
Version: Boost 1.53.0 | Severity: Problem
Keywords: |
-----------------------------------------------------+----------------------
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
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8635> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC