summaryrefslogtreecommitdiff
path: root/boost/iterator/detail/enable_if.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/iterator/detail/enable_if.hpp')
-rw-r--r--boost/iterator/detail/enable_if.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/boost/iterator/detail/enable_if.hpp b/boost/iterator/detail/enable_if.hpp
index 0fd36fc4bc..071f5fe81d 100644
--- a/boost/iterator/detail/enable_if.hpp
+++ b/boost/iterator/detail/enable_if.hpp
@@ -35,7 +35,7 @@ namespace boost
typedef T type;
};
};
-
+
//
// For compilers that don't support "Substitution Failure Is Not An Error"
// enable_if falls back to always enabled. See comments
@@ -70,11 +70,8 @@ namespace boost
: enabled<(Cond::value)>::template base<Return>
# else
: mpl::identity<Return>
-# endif
+# endif
{
-# if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
- typedef Return type;
-# endif
};
} // namespace iterators