Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk