Subject: [Boost-bugs] [Boost C++ Libraries] #8092: Apple clang does not provide std::move
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-17 18:57:07
#8092: Apple clang does not provide std::move
------------------------------+---------------------------------------------
Reporter: anonymous | Owner: ebf
Type: Bugs | Status: new
Milestone: To Be Determined | Component: variant
Version: Boost 1.53.0 | Severity: Regression
Keywords: xcode,osx,clang |
------------------------------+---------------------------------------------
After upgrade from Boost 1.52 I get the following error:
{{{
In file included from /usr/local/include/boost/variant.hpp:17:
In file included from /usr/local/include/boost/variant/variant.hpp:31:
In file included from
/usr/local/include/boost/variant/detail/initializer.hpp:23:
/usr/local/include/boost/variant/detail/move.hpp:100:12: error: no member
named 'move' in namespace 'std'
using std::move;
~~~~~^
}}}
This happens because ''clang -std=c++0x'' defines
!__has_feature(cxx_rvalue_references), but libstdc++ doesn't provide
std::move.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8092> 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:12 UTC