From 58423511ae3f2b224f312b3463aa13ad4bb47a64 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 2 Feb 2001 20:16:26 +0000 Subject: [PATCH] further BOOST_NO_STD_ITERATOR_TRAITS fix [SVN r8871] --- include/boost/concept_archetype.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >