rationalize config

[SVN r1165]
This commit is contained in:
Dave Abrahams
2003-04-20 02:40:43 +00:00
parent 725bef482b
commit 9a02b10067

View File

@@ -31,6 +31,8 @@
#include <iterator>
#include <boost/iterator/detail/config_def.hpp> // must be last #include
#if BOOST_WORKAROUND(__MWERKS__, <=0x2407)
# define BOOST_NO_IS_CONVERTIBLE // "Convertible does not provide enough/is not working"
#endif
@@ -336,6 +338,6 @@ namespace boost {
} // namespace boost
#undef BOOST_NO_IS_CONVERTIBLE
#include <boost/iterator/detail/config_undef.hpp>
#endif // BOOST_ITERATOR_CATEGORIES_HPP