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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -