$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-01-19 06:06:31
> Given ...
>
> http://aspn.activestate.com/ASPN/Mail/Message/boost/2306170
>
> ... it seems that the GCC toolset should define BOOST_DISABLE_THREADS
> for single-threaded builds on GCC >= 3.4.0?
Except that would make single-thread builds binary incompatible with the
default Boost behaviour with that compiler. For now I believe it's safer to
make Boost "always thread safe" with gcc 3.4.
John.