id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8092,stdlibc++ shipped by Apple does not provide std::move,anonymous,John Maddock,"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.",Bugs,closed,To Be Determined,config,Boost 1.53.0,Showstopper,wontfix,"xcode,osx,clang",mimomorin@…