From e5eaaf6a55f2a84230174b79ccf7482ac291075c Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 13 Jul 2003 21:45:33 +0000 Subject: [PATCH] Fix detail::enable_if -> iterators::enable_if (really this time) ^ [SVN r19102] --- 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 37211c2..21f99c7 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::iterator::enable_if< + : ::boost::iterators::enable_if< mpl::or_< is_convertible , is_convertible