$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-04-04 21:03:14
Joe Gottman:
> Why doesn't shared_ptr use BOOST_HAS_WINTHREADS, as opposed to the
> various WIN32 macros?
shared_ptr doesn't use the Windows threading APIs (macro meaning #1) and
doesn't include windows.h (macro meaning #2).