diff --git a/include/boost/iterator/iterator_facade.hpp b/include/boost/iterator/iterator_facade.hpp index b688ecf..462bd8b 100644 --- a/include/boost/iterator/iterator_facade.hpp +++ b/include/boost/iterator/iterator_facade.hpp @@ -620,7 +620,7 @@ namespace boost protected: // For use by derived classes - typedef iterator_facade iterator_facade_; + typedef iterator_facade iterator_facade_; public: