Index: boost/iterator/iterator_facade.hpp =================================================================== --- boost/iterator/iterator_facade.hpp (revision 62590) +++ boost/iterator/iterator_facade.hpp (working copy) @@ -319,7 +319,7 @@ typedef typename mpl::if_< is_reference , Pointer - , operator_arrow_proxy + , operator_arrow_proxy >::type type; static type make(Reference x)