Re: [Boost-bugs] [Boost C++ Libraries] #7087: std::forward or std::move missing in Boost.Test on Darwin Clang

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7087: std::forward or std::move missing in Boost.Test on Darwin Clang
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-05 17:34:22


#7087: std::forward or std::move missing in Boost.Test on Darwin Clang
--------------------------------------+-------------------------------------
  Reporter: pbristow | Owner: rogeeff
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: test
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords: test std::move
--------------------------------------+-------------------------------------

Comment (by marshall):

 I believe that if you do not specify `stdlib=libc++` when using clang, you
 get Apple's release of gcc's standard library (which is based on gcc 4.2).

 That library predates C++11, and (therefore) does not support `std::move`
 (and `std::forward` and lots of other C++11 stuff)

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