From 22257870930e69a94a9d58e7e99317165d9dc363 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 13 Jul 2003 20:22:47 +0000 Subject: [PATCH] Fix detail::enable_if -> iterator::enable_if [SVN r19101] --- include/boost/iterator/iterator_facade.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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