$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-04-26 04:41:15
>> flags como-win32 CFLAGS <threading>single : -DBOOST_SP_DISABLE_THREADS ;
>
> This sounds like something that should be fixed in smart_ptr, not in the
> build system. Would it not be better to have the smart_ptr config use
> BOOST_SP_DISABLE_THREADS in the case of como strict mode (assuming you can
> tell) so that it fixes it for everyone, not just people that use
> Boos.Build.
Or maybe if the threading API's are inaccessible in that build mode we
should define BOOST_DISABLE_THREADS, and turn off all threading support
(it's not just shared_ptr that has it's own lightweight threading support).
John.