Re: static_mutex.hpp

2007-09-17 Thread Jean-Marc Lasgouttes
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

Re: static_mutex.hpp

2007-09-17 Thread Roger Mc Murtrie
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

Re: static_mutex.hpp

2007-09-17 Thread Jean-Marc Lasgouttes
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

static_mutex.hpp

2007-09-15 Thread Roger Mc Murtrie
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