how to compare in std::string or char* with BOOST framework (using boost/test/unit_test.hpp)

243 Views Asked by At

How to compare std::string or char* with liternal string using BOOST unit test framework (using boost/test/unit_test.hpp),

BOOST_CHECK and BOOST_TEST does not work with string.

0

There are 0 best solutions below