forked from boostorg/concept_check
further BOOST_NO_STD_ITERATOR_TRAITS fix
[SVN r8871]
This commit is contained in:
@@ -459,7 +459,7 @@ namespace boost {
|
||||
};
|
||||
} // namespace boost
|
||||
|
||||
#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !defined(BOOST_NO_STD_ITERATOR_TRAITS)
|
||||
namespace std {
|
||||
template <class T>
|
||||
struct iterator_traits< boost::mutable_trivial_iterator_archetype<T> >
|
||||
|
Reference in New Issue
Block a user