diff --git a/include/boost/iterator/iterator_facade.hpp b/include/boost/iterator/iterator_facade.hpp index a0c5604..45a9055 100644 --- a/include/boost/iterator/iterator_facade.hpp +++ b/include/boost/iterator/iterator_facade.hpp @@ -107,7 +107,7 @@ namespace boost typedef typename mpl::eval_if< detail::iterator_writability_disabled - , add_pointer::type> + , add_pointer , add_pointer >::type pointer;