16 Jul
2014
16 Jul
'14
12:29 p.m.
Bjørn Roald wrote:
2 failures building lib/log on ubuntu 14.04 with clang 3.5 c++11 libc++ ... clang -std=c+11 seems to satisfy:
#if defined( __GNUC__ ) && __GNUC__ * 100 + __GNUC_MINOR__ <= 404
in ./boost/smart_ptr/detail/sp_forward.hpp and thus select sp_forward template that by comments looks like workaround for GCC 4.4 outdated version of rvalue references.
Thank you for the report. I've reverted this change on the master branch for now.