
17 Apr
2006
17 Apr
'06
9:02 p.m.
Peter Dimov wrote:
[...]
But after having glanced over /boost/config/user.hpp the right thing is probably to define BOOST_DISABLE_THREADS to get rid of all synchronization?
Yes, this would work. BOOST_DISABLE_THREADS is a user macro that causes BOOST_HAS_THREADS to not be defined, regardless of whether the platform is detected to support multiple threads.
Thanks, Peter! I will use BOOST_DISABLE_THREADS then. Boris