$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type_erasure] overloading macro
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-02-27 13:51:19
AMDG
On 02/27/2013 07:56 AM, Christophe Henry wrote:
>
> linux + clang (from trunk) => pass
> linux + gcc 4.5 => does not pass
>
> Maybe some gcc issue?
> This is sad. Worse, I cannot use BOOST_NO_RVALUE_REFERENCES because all
> these compilers advertise supporting rvalue refs.
>
Okay, I've traced the problem:
BOOST_MPL_ASSERT((boost::is_convertible<Data&&, Data&&>)); // fails
Not quite sure how to solve it though...
In Christ,
Steven Watanabe