+ 1
How to use BOOST_REQUIRE?
I'm checking this MyClass *obj = NULL; BOOST_REQUIRE(NULL != obj) then obj is using in pointing out the functions of MyClass. then the test is failed. how to correct this. please help. thanks.
1 Answer
I'm checking this MyClass *obj = NULL; BOOST_REQUIRE(NULL != obj) then obj is using in pointing out the functions of MyClass. then the test is failed. how to correct this. please help. thanks.