Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6165: BOOST_ENABLE_THREADS/BOOST_DISABLE_THREADS wrongly configured on GCC 4.7
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-01-10 00:20:34
#6165: BOOST_ENABLE_THREADS/BOOST_DISABLE_THREADS wrongly configured on GCC 4.7
--------------------------------------------+-------------------------------
Reporter: Ai Azuma <ai.azuma@â¦> | Owner: johnmaddock
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: config
Version: Boost 1.48.0 | Severity: Problem
Resolution: fixed | Keywords:
--------------------------------------------+-------------------------------
Comment (by bkoz@â¦):
For 4.7, this is
# if defined(_GLIBCXX_HAS_GTHREADS)
For 4.6 and others, this should be
# if defined(_GLIBCXX_HAVE_GTHR_DEFAULT) \
|| defined(_GLIBCXX__PTHREADS)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6165#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:08 UTC