$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-12-29 08:41:32
Christopher Kohlhoff wrote:
> I can check for BOOST_DISABLE_THREADS (in fact I've already made
> some changes along this line), ...
It's better to check for absence of BOOST_HAS_THREADS. BOOST_DISABLE_THREADS
is a user macro that causes BOOST_HAS_THREADS to be #undef'ed.