diff --git a/include/boost/iterator/iterator_facade.hpp b/include/boost/iterator/iterator_facade.hpp index 45a9055..ddb237d 100644 --- a/include/boost/iterator/iterator_facade.hpp +++ b/include/boost/iterator/iterator_facade.hpp @@ -270,8 +270,8 @@ namespace boost struct postfix_increment_result : mpl::eval_if< mpl::and_< - // A proxy is only needed for readable iterators - is_convertible + // A proxy is only needed for readable iterators + is_convertible // No multipass iterator can have values that disappear // before positions can be re-visited