
27 Feb
2013
27 Feb
'13
6:51 p.m.
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