
5 Jan
2007
5 Jan
'07
7:46 p.m.
[mailto:boost-bounces@lists.boost.org] On Behalf Of Peter Dimov
Thinking about it a bit more, there is a third reason that Boost.Config shouldn't be doing that. BOOST_DISABLE_THREADS is a user macro, and the config system shouldn't be touching it.
The easiest solution is to ignore Boost.Config until the meanings of _HAS_THREADS and _DISABLE_THREADS are sorted out and check everything at the library level.
Hey, this sounds awesome. So you seem to be suggesting that Boost.Config should not touch *_THREADS until we sort out the meaning of those? Just thinking of what sort of local patch I will apply (this is what I've actually done currently). Thanks! Sohail