Jiang Hong said:
> I'm new to boost. But should '#define BOOST_HAS_THREADS' be added to
>
> <boost_1_30_0>/config/platform/win32.hpp?
>
> Or is there a better way?

This is defined by the config headers if the compiler you're using has
indicated that multi-threading has been requested during compilation. 
This is generally done by compiling/linking against the multi-threaded
RTL.

-- 
William E. Kempf


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to