
16 Jul
2008
16 Jul
'08
11:49 p.m.
AMDG John C. Femiani wrote:
Is it possible & legal to overload the operator for ::boost::wrap_stringstream instead of std::ostream?
No good. It gets cast back to an ostream& too soon. 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 or to specialize boost::test_tools::tt_detail::print_log_value. In Christ, Steven Watanabe