summaryrefslogtreecommitdiffstats
path: root/contrib/src/boost/range/size_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/src/boost/range/size_type.hpp')
-rw-r--r--contrib/src/boost/range/size_type.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/src/boost/range/size_type.hpp b/contrib/src/boost/range/size_type.hpp
index f41c321..0a2ea81 100644
--- a/contrib/src/boost/range/size_type.hpp
+++ b/contrib/src/boost/range/size_type.hpp
@@ -83,11 +83,6 @@ namespace boost
detail::range_size<T>
{ };
- template< class T >
- struct range_size<const T > :
- detail::range_size<T>
- { };
-
} // namespace boost