
19 Jan
2011
19 Jan
'11
10:15 a.m.
On Wed, Jan 19, 2011 at 10:36 AM, John Maddock
Yes: if you look at the MSVC section in the intrinsics.hpp header you'll see __is_convertible usage commented out, just re-enable it and let us know how you get on ;-)
Thanks John, that worked. I needed to add an include to typetraits/add_reference inside iterator_adaptor, because that one is required but not included by iterator_adaptor directly. Until now it was indirectly included through the inclusion of typetraits/is_convertible. Best regards, Christoph