$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-08-25 11:48:14
Neutrino wrote:
> Hi.
>
> I'd like a little guidance regarding the use of <boost/test/unit_test.hpp>
I am not really an expect on precompiled headers
usage, but I believe your problem might be caused
by usage of unnamed namespace in Boost.Test headers.
Usually it can be worked around by adding extra static.
I'll look into fixing this.
Would you mind opening a ticket for this?
Gennadiy