
23 Mar
2012
23 Mar
'12
5:12 p.m.
The regression test are working now. I'm wondering if it couldn't be better to update ../boost/config/requires_threads.hpp instead.
??? It's there for a reason - if Boost.Config thinks threads are turned off in the compiler then it's not safe to call the threading API's, and yes, you can have pthreads or Win32 threads available, but the compiler not generate thread safe code so BOOST_HAS_THREADS is deliberately unset. John.