Re: [Boost-bugs] [Boost C++ Libraries] #10637: Certain thread unit tests fail to compile on Xcode 6 because BOOST_NO_CXX11_SMART_PTR is not defined

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10637: Certain thread unit tests fail to compile on Xcode 6 because BOOST_NO_CXX11_SMART_PTR is not defined
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-02-23 13:01:26


#10637: Certain thread unit tests fail to compile on Xcode 6 because
BOOST_NO_CXX11_SMART_PTR is not defined
-------------------------------+------------------------
  Reporter: nat@… | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: config
   Version: Boost 1.56.0 | Severity: Regression
Resolution: | Keywords: tests
-------------------------------+------------------------

Comment (by johnmaddock):

 Sorry to be late coming to this - that macro should be set for all GCC-4.3
 and earlier (including your 4.2.x install) in
 boost/config/stdlib/libstdcpp3.hpp. Can you see why the branch starting:

 #if (BOOST_LIBSTDCXX_VERSION < 40400) || !defined(BOOST_LIBSTDCXX11)

 Is not being taken on your system?

 Thanks, John.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10637#comment:10>
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:17 UTC