$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Michiel Helvensteijn (m.helvensteijn_at_[hidden])
Date: 2008-07-16 20:14:37
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