
8 Mar
2011
8 Mar
'11
4:48 p.m.
Disable threads on Carbon, since MPTasks aren't supported
Boost.Thread hasn't supported MPTasks since 1.33.1. Prevent the definition of BOOST_HAS_THREADS in the non-pthreads case so spinlocks compile (which are needed for smart pointers).
Joshua, Just checking, but are you building with the Metrowerks compiler and the MSL std lib? I'm asking because I don't see anything that would ever define BOOST_HAS_PTHREADS in that particular case. Thanks, John.