$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [test] BOOST_CHECK_EQUAL and wchar_t
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-02-11 11:34:12
Alexander <gutenev <at> gmail.com> writes:
>
> > This particular problem is a result of incorrect printing operation of
> > wchar_t
> > strings into ostream. You can probably implement one yourself, which does
> > the
> > better job.
>
> The only way I get it called is when I declare it in boost::test_tools
> namespace:
So, now it looks like you desired?
Unfortunately, theses are intricates of ADL and I am not sure I can do better at
the moment.