I just use BOOST_TEST_MESSAGE (L "blah") and the only thing that prints out is a hexadecimal value like 0x12345678. Is any configuration missing? I am using boost 1.44.
If you look at boost / test / unit_test_log.h , you will see that the unit_test_log_t class uses std :: ostream to stream logs, so you probably have to implement your own logger.
Source: https://habr.com/ru/post/1790943/More articles:to make apache lenya work with mysql - javaThreadState exception occurs when showing form - c #Stop calling overloaded operator new and delete by stl containers - c ++valid memory limit test - memory-managementHow to structure database design for a simple photo album in couchdb? - couchdbRequest with JOIN FETCH performance problem - javaOverriding cells in a UITableView - objective-cHow to enable HTTP logs in Android? - androidhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1790947/remap-s-to-save-a-file-in-vim&usg=ALkJrhgECcCHyVE02u4-o6PgYR51S_kxsQHow to make tesseract give appropriate results in the presence of noise? - ocrAll Articles