
5 Apr
2008
5 Apr
'08
12:32 a.m.
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