From ed11fbce92d5c56fe92e8fd3bcbca5556691d98c Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 24 Aug 2004 22:01:04 +0000 Subject: [PATCH] VC7 can handle member templates; let it [SVN r24723] --- include/boost/graph/adjacency_list.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/graph/adjacency_list.hpp b/include/boost/graph/adjacency_list.hpp index d66e63e1..6ed9166c 100644 --- a/include/boost/graph/adjacency_list.hpp +++ b/include/boost/graph/adjacency_list.hpp @@ -393,7 +393,7 @@ namespace boost { const GraphProperty& p = GraphProperty()) : Base(num_vertices), m_property(p) { } -#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300 +#if !defined(BOOST_MSVC) || BOOST_MSVC >= 1300 // Required by Iterator Constructible Graph template inline adjacency_list(EdgeIterator first, EdgeIterator last,