
22 Jan
2014
22 Jan
'14
12:11 p.m.
On 22/01/14 11:52, Alexander Lamaison wrote:
BOOST_TEST(a <operator> b), however, cleverly parses a, b and <operator> from the macro and does something like
bool x = (a <operator> b) BOOST_CHECK_MESSAGE_IMPL(x, "a must be <operator> to b", a, b);
What sort of magic allows to parse a <operator> b, and how reliable is it in the real world?