diff --git a/include/boost/range/iterator.hpp b/include/boost/range/iterator.hpp index 6dfe0ca..6e5f6e1 100755 --- a/include/boost/range/iterator.hpp +++ b/include/boost/range/iterator.hpp @@ -66,7 +66,6 @@ namespace boost template< typename T, std::size_t sz > struct iterator_of< const T[sz] > { - // remark: is this correct? I think T* should be it! typedef const T* type; };