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

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10637: Certain thread unit tests fail to compile on Xcode 6
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-08 22:58:56


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

Comment (by nat@…):

 Replying to [comment:6 viboes]:

> You could define in your application BOOST_NO_CXX11_SMART_PTR
>
> Please, could you tell me if it works on develop or master branch, so
 that I can see what I can do if it is not the case?

 Thank you! Adding BOOST_NO_CXX11_SMART_PTR to the b2 command line does
 indeed permit these tests to pass:

 {{{
 ./b2 toolset=darwin variant=release address-model=32 architecture=x86
 -sNO_BZIP2=1 cxxflags=-DBOOST_NO_CXX11_SMART_PTR
 cxxflags=-Wno-c99-extensions cxxflags=-Wno-variadic-macros cxxflags=-Wno-
 unused-function cxxflags=-Wno-unused-const-variable
 libs/thread/test//async__async_p libs/thread/test//async__async_executor_p
 libs/thread/test//promise__set_rvalue_at_thread_exit_p
 }}}

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