$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-10-16 05:38:59
> That makes sense if I want to detect them in my own non-boost code,
> but in this case I am getting the error simply from putting:
>
> #include <boost/thread.hpp>
>
> in my code. Shouldn't it (Boost.Thread) be including
> <boost/config.hpp> on its own?
It does, however as I said, BOOST_HAS_THREADS wasn't getting defined for
cygwin in the last release - so you will need to ad it yourself somewhere
(user.hpp is a good place).
John.