Searched refs:CastCode (Results 1 – 1 of 1) sorted by relevance
316 #define BOOST_TEST_CATCH_CUSTOM_POSITIVE_OVERFLOW( CastCode ) \ argument317 try { CastCode; BOOST_CHECK( false ); } \322 #define BOOST_TEST_CATCH_CUSTOM_NEGATIVE_OVERFLOW( CastCode ) \ argument323 try { CastCode; BOOST_CHECK( false ); } \