From 248985e51a080ba328e48b8ce0fa30bba5c27bfe Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 22 Jan 2002 13:12:41 +0000 Subject: [PATCH] ICL compatibility [SVN r12435] --- 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 5b95e478..7efc980c 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_NO_TEMPLATE_PARTIAL_SPECIALIZATION +# ifdef BOOST_MSVC_STD_ITERATOR , *to_target # endif )