From 5fecf7b625e019a1f96a1c29baad3e3cca903e68 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 2 Feb 2001 20:12:09 +0000 Subject: [PATCH] fixed compiler bug workaround around std::iterator_traits [SVN r8870] --- 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 d558aee..079cc34 100644 --- a/include/boost/concept_archetype.hpp +++ b/include/boost/concept_archetype.hpp @@ -423,7 +423,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::trivial_iterator_archetype >