
17 Jul
2008
17 Jul
'08
12:14 a.m.
Steven Watanabe wrote:
A legal (according to the C++ standard at least) way would be to overload for boost::test_tools::tt_detail::print_helper_t<std::vector<T> > instead of vector
Confirmed. I tried this and I kept it. Since given the choice between two working solutions, I'd rather not put anything in namespace std.
or to specialize boost::test_tools::tt_detail::print_log_value.
This I didn't try. It seemed a bit more hack-ish and a bit more work. -- Michiel Helvensteijn