c++ - Does boost test have support for wide strings? -


i'm using boost_test_message(l"blah") , thing printed out hex value such 0x12345678. missing configuration? i'm using boost 1.44.

if take @ boost/test/unit_test_log.h, can see class unit_test_log_t using std::ostream streaming logs. so, have implement own logger.


Comments