$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] 1.56.0 beta release candidate 2 available for testing
From: Peter Dimov (lists_at_[hidden])
Date: 2014-07-16 08:29:19
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.