summaryrefslogtreecommitdiff
path: root/boost/iostreams/detail/is_iterator_range.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/iostreams/detail/is_iterator_range.hpp')
-rw-r--r--boost/iostreams/detail/is_iterator_range.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/boost/iostreams/detail/is_iterator_range.hpp b/boost/iostreams/detail/is_iterator_range.hpp
index ac61064022..39d845f4a3 100644
--- a/boost/iostreams/detail/is_iterator_range.hpp
+++ b/boost/iostreams/detail/is_iterator_range.hpp
@@ -17,8 +17,6 @@
namespace boost {
-# if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300) //---------------------------------//
-
// We avoid dependence on Boost.Range by using a forward declaration.
template<typename Iterator>
class iterator_range;
@@ -29,19 +27,6 @@ BOOST_IOSTREAMS_BOOL_TRAIT_DEF(is_iterator_range, boost::iterator_range, 1)
} // End namespace iostreams.
-# else // # if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300) //-----------------------//
-
-namespace iostreams {
-
- template<typename T>
- struct is_iterator_range {
- BOOST_STATIC_CONSTANT(bool, value = false);
- };
-
-} // End namespace iostreams.
-
-# endif // # if !BOOST_WORKAROUND(BOOST_MSVC, < 1300) //----------------------//
-
} // End namespace boost.
#include <boost/iostreams/detail/config/enable_warnings.hpp>