10 Jan
2012
10 Jan
'12
1:44 p.m.
Please take a look to the link below regarding testing tools and their relation to the error counter and test execution:http://www.boost.org/doc/libs/1_46_1/libs/test/doc/html/utf/testing-t...
With Kind Regards, Ovanes
Perhaps it's just me, but I cannot make BOOST_WARN issue a warning. It's silent no matter how I use it BOOST_WARN( 1+1 == 3 ) does not issue a warning. Is that expected, does something have to be tweaked to show warning messages? Both BOOST_CHECK and BOOST_REQUIRE work as expected.