$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: William E. Kempf (wekempf_at_[hidden])
Date: 2003-04-04 09:54:02
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