
27 Feb
2013
27 Feb
'13
9:48 p.m.
Okay, I've traced the problem:
BOOST_MPL_ASSERT((boost::is_convertible<Data&&, Data&&>)); // fails
Yes, it also fails on my mingw 4.7.1. Looks like you found the culprit.
Not quite sure how to solve it though...
Hmmm no idea :(
Does std::is_convertible work?
In Christ, Steven Watanabe
Oh! Surprisingly, yes. Thanks, Christophe