$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Boris (boriss_at_[hidden])
Date: 2006-04-17 17:02:18
Peter Dimov wrote:
> [...]
>> But after having glanced over
>> /boost/config/user.hpp the right thing is probably to define
>> BOOST_DISABLE_THREADS to get rid of all synchronization?
>
> Yes, this would work. BOOST_DISABLE_THREADS is a user macro that
> causes BOOST_HAS_THREADS to not be defined, regardless of whether the
> platform is detected to support multiple threads.
Thanks, Peter! I will use BOOST_DISABLE_THREADS then.
Boris