Boost logo

Boost :

From: Andreas Huber (ahd6974-spamgroupstrap_at_[hidden])
Date: 2005-01-18 09:49:17


Hi there

>From boost/config/stdlib/libstdcpp3.hpp:

<quote>
#ifdef __GLIBCXX__ // gcc 3.4 and greater:
# ifdef _GLIBCXX_HAVE_GTHR_DEFAULT
      //
      // If the std lib has thread support turned on, then turn it on in
Boost
      // as well. We do this because some gcc-3.4 std lib headers
define _REENTANT
      // while others do not...
      //
# define BOOST_HAS_THREADS
# else
# define BOOST_DISABLE_THREADS
# endif
#endif
</quote>

I suspect this means that ST builds are no longer possible on some GCC
platforms (I'm using MinGW). Could someone please confirm or deny this?

Thanks & Regards,

-- 
Andreas Huber
When replying by private email, please remove the words spam and trap 
from the address shown in the header. 

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk