diff --git a/include/boost/iterator/iterator_facade.hpp b/include/boost/iterator/iterator_facade.hpp index 1abe0e0..37211c2 100644 --- a/include/boost/iterator/iterator_facade.hpp +++ b/include/boost/iterator/iterator_facade.hpp @@ -47,7 +47,7 @@ namespace boost > struct enable_if_interoperable #ifndef BOOST_NO_STRICT_ITERATOR_INTEROPERABILITY - : ::boost::detail::enable_if< + : ::boost::iterator::enable_if< mpl::or_< is_convertible , is_convertible