
20 Jan
2005
20 Jan
'05
4:39 p.m.
All BOOST_REQUIRE_XXX macros check something and let testing continue *only* *if* the check succeeds. By this definition, it seems for every BOOST_CHECK_XXX macro there should also be a corresponding BOOST_REQUIRE_XXX macro.
I guess it make sence. I will try to do this. Gennadiy