diff --git a/include/boost/concept_archetype.hpp b/include/boost/concept_archetype.hpp index 079cc34..e1d8ad5 100644 --- a/include/boost/concept_archetype.hpp +++ b/include/boost/concept_archetype.hpp @@ -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 struct iterator_traits< boost::mutable_trivial_iterator_archetype >