$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joe Gottman (jgottman_at_[hidden])
Date: 2008-04-04 20:32:04
Peter Dimov wrote:
> John Maddock wrote:
>
>> Doug, what effect would none of BOOST_HAS_WINTHREADS,
>> BOOST_HAS_PTHREADS and BOOST_HAS_THREADS being defined have on
>> shared_ptr?
>
> To get back to your question, BOOST_HAS_WINTHREADS is not used by
> shared_ptr, so it doesn't matter whether it's defined or not.
Why doesn't shared_ptr use BOOST_HAS_WINTHREADS, as opposed to the
various WIN32 macros?
Joe Gottman