
19 Jan
2011
19 Jan
'11
7:16 a.m.
If so, do you have a patch at hands?
I think i did figure it out myself. Something along the lines of (removed preprocessor directives for brevity) template <typename From, typename To> struct is_convertible_basic_impl { BOOST_STATIC_CONSTANT(bool, value = __is_convertible_to(From, To)); }; works. It remains unclear what side effects are caused by this patch. Best regards, Christoph