From 3c4a6c429c891845df86a0a7249b29c058d591bf Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 28 Apr 2003 11:36:22 +0000 Subject: [PATCH] Some workarounds; more to do. [SVN r1247] --- include/boost/iterator/detail/categories.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/boost/iterator/detail/categories.hpp b/include/boost/iterator/detail/categories.hpp index 55f1b04..7a1a6d6 100644 --- a/include/boost/iterator/detail/categories.hpp +++ b/include/boost/iterator/detail/categories.hpp @@ -293,6 +293,11 @@ namespace boost > {}; +# if BOOST_WORKAROUND(BOOST_MSVC, <= 1200) + // Deal with ETI + template <> struct minimum_category { typedef minimum_category type; }; +# endif + } // namespace detail } // namespace boost