forked from boostorg/iterator
Moved enable_if to boost::iterators from boost::detail to avoid
conflicting with the definition in the function library. [SVN r19092]
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
namespace boost
|
||||
{
|
||||
|
||||
namespace detail
|
||||
namespace iterators
|
||||
{
|
||||
//
|
||||
// Base machinery for all kinds of enable if
|
||||
@ -79,7 +79,7 @@ namespace boost
|
||||
# endif
|
||||
};
|
||||
|
||||
} // namespace detail
|
||||
} // namespace iterators
|
||||
|
||||
} // namespace boost
|
||||
|
||||
|
Reference in New Issue
Block a user