Boost logo

Boost :

From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-10-10 12:47:05


On Thursday 10 October 2002 12:59 pm, Beman Dawes wrote:
> Could there be a file that has been changed on your machine, but not
> committed to the CVS RC_1_29_0 branch? Could you do a fresh CVS checkout
> into an empty working directory, and then try again?

Well, now I've reproduced the problem. The test library is doing something
strange, because if I

#include <boost/test/test_tools.hpp>

first in a testcase, I get the strange errors. But if I

#include <boost/signal.hpp>

first, _then_ <boost/test/test_tools.hpp>, everything is fine. Gennadiy?

Should be fixed in CVS now.

        Doug


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk