From: John Maddock (john_at_[hidden])
Date: 2005-04-27 04:37:07


> In that case shouldn't we be setting BOOST_NO_THREADS or some such
> macro instead of one that's particular to the smart ptr library?

We do: both BOOST_DISABLE_THREADS and BOOST_DISABLE_WIN32 are set, but
shared_ptr does it's own thing...

John.