forked from boostorg/iterator
Add BOOST_NO_STD_ITERATOR_TRAITS workaround
[SVN r14663]
This commit is contained in:
@ -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
|
// Select default pointer and reference types for adapted non-pointer
|
||||||
// iterators based on the iterator and the value_type. Poor man's partial
|
// iterators based on the iterator and the value_type. Poor man's partial
|
||||||
|
Reference in New Issue
Block a user