Roger Mc Murtrie <[EMAIL PROTECTED]> writes:
> I did find definitions in:
> /boost/boost/config/platform/macos.hpp
> /boost/boost/config/compiler/gcc.hpp
Note that we do
#define BOOST_DISABLE_THREADS 1
in src/config.h.in.
JMarc
On 17/09/2007, at 7:27 PM, Jean-Marc Lasgouttes wrote:
Roger Mc Murtrie <[EMAIL PROTECTED]> writes:
svn branch 1.5
boost/boost/regex/v4/cpp_regex_traits.hpp contains the lines
#ifdef BOOST_HAS_THREADS
#include
#endif
but boost/boost/regex/pending/ only seems to contain the file
object_cach
Roger Mc Murtrie <[EMAIL PROTECTED]> writes:
> svn branch 1.5
>
> boost/boost/regex/v4/cpp_regex_traits.hpp contains the lines
> #ifdef BOOST_HAS_THREADS
> #include
> #endif
>
> but boost/boost/regex/pending/ only seems to contain the file
> object_cache.hpp
>
> Can anyone tell me why this is?
B
svn branch 1.5
boost/boost/regex/v4/cpp_regex_traits.hpp contains the lines
#ifdef BOOST_HAS_THREADS
#include
#endif
but boost/boost/regex/pending/ only seems to contain the file
object_cache.hpp
Can anyone tell me why this is?
Roger