
29 Dec
2005
29 Dec
'05
1:41 p.m.
Christopher Kohlhoff wrote:
I can check for BOOST_DISABLE_THREADS (in fact I've already made some changes along this line), ...
It's better to check for absence of BOOST_HAS_THREADS. BOOST_DISABLE_THREADS is a user macro that causes BOOST_HAS_THREADS to be #undef'ed.