
6 Oct
2010
6 Oct
'10
3:48 p.m.
Sorry, there is a little mistake in the decltype.hpp file I sent this morning. Attached here it is corrected. But the result is still the same: template<typename T, typename U, typename V> struct result_of_2<sun_workaround_helper<T U::*(V)> , typename enable_if_c<is_member_object_pointer<T U::*>::value>::type> { ...}; Sun CC says: "...include/boost/proto/detail/decltype.hpp", line 348: Error: Partial specialization parameter U is not used in the arguments. "...include/boost/proto/detail/decltype.hpp", line 348: Error: Partial specialization parameter V is not used in the arguments. Thanks, Sascha