Add BOOST_NO_STD_ITERATOR_TRAITS workaround

[SVN r14663]
This commit is contained in:
Beman Dawes
2002-08-03 22:45:13 +00:00
parent 4a24e0f401
commit b22a3adc02

View File

@ -382,7 +382,7 @@ namespace detail {
};
# ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
# if defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined(BOOST_NO_STD_ITERATOR_TRAITS)
// Select default pointer and reference types for adapted non-pointer
// iterators based on the iterator and the value_type. Poor man's partial