
17 Jul
2008
17 Jul
'08
12:19 a.m.
Michiel Helvensteijn wrote:
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.
Ehm. My mistake. The overload worked, but I still had it in namespace std. Without that, it didn't work after all. I'll try your second solution tomorrow. TTGTB *yawn* -- Michiel Helvensteijn