diff --git a/include/boost/iterator/detail/minimum_category.hpp b/include/boost/iterator/detail/minimum_category.hpp index b1fcd9f..50fe6f5 100755 --- a/include/boost/iterator/detail/minimum_category.hpp +++ b/include/boost/iterator/detail/minimum_category.hpp @@ -58,9 +58,15 @@ template <> struct minimum_category_impl { template struct apply +# if BOOST_WORKAROUND(BOOST_MSVC, == 1200) + { + typedef void type; + }; +# else : error_not_related_by_convertibility { }; +# endif }; template