diff --git a/include/boost/pending/iterator_adaptors.hpp b/include/boost/pending/iterator_adaptors.hpp index 183857f..8c185fb 100644 --- a/include/boost/pending/iterator_adaptors.hpp +++ b/include/boost/pending/iterator_adaptors.hpp @@ -475,7 +475,7 @@ struct reverse_iterator_policies template Difference distance(type, const Iterator1& x, - const Iterator2& y) const + const Iterator2& y) const { return x - y; } template