mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-06 16:04:43 +02:00
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