From 6528bd0e4fa0f22368e08ef2b4152056e8504ef4 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 14 Mar 2002 18:43:36 +0000 Subject: [PATCH] Fixes for VC7 [SVN r13194] --- src/object/inheritance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object/inheritance.cpp b/src/object/inheritance.cpp index 7efc980c..5b95e478 100644 --- a/src/object/inheritance.cpp +++ b/src/object/inheritance.cpp @@ -109,7 +109,7 @@ namespace make_iterator_property_map( to_target , get(vertex_index, reverse_topology) -# ifdef BOOST_MSVC_STD_ITERATOR +# ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION , *to_target # endif )