forked from boostorg/iterator
Fix detail::enable_if -> iterators::enable_if (really this time)
^ [SVN r19102]
This commit is contained in:
@ -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<Facade1, Facade2>
|
||||
, is_convertible<Facade2, Facade1>
|
||||
|
Reference in New Issue
Block a user