j
k
j a
j l
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).
Back to the thread
Back to the list