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:
Dave Abrahams
2003-07-13 01:27:38 +00:00
parent b0aef5a66d
commit f19c1c4059
4 changed files with 8 additions and 8 deletions

View File

@ -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