$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:19:20
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