id summary reporter owner description type status milestone component version severity resolution keywords cc 11911 BOOST_TEST macro's argument must be put between brackets anonymous Gennadiy Rozental "This program doesn't work {{{ #define BOOST_TEST_MODULE test #include struct B {}; struct A { bool operator ==(const B &b) { return true; } }; BOOST_AUTO_TEST_CASE(test_case) { A a; B b; BOOST_TEST(a == b); // BOOST_TEST((a == b)); // this version works } }}} " Bugs closed To Be Determined test Boost 1.60.0 Problem worksforme