16 Jul
2008
16 Jul
'08
11:23 p.m.
Steven Watanabe wrote:
What more should I do to be able to use vector<int> in these tests?
Add this at global scope: BOOST_TEST_DONT_PRINT_LOG_VALUE(std::vector<int>);
Yes, that works. But it does defeat the purpose of using BOOST_CHECK_EQUAL and BOOST_CHECK_PREDICATE. Is there a way I can define operator<< so the log value IS printed? Thanks, -- Michiel Helvensteijn