2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 07:52:10 +00:00

VC7 can handle member templates; let it

[SVN r24723]
This commit is contained in:
Douglas Gregor
2004-08-24 22:01:04 +00:00
parent e6c0a0b36e
commit ed11fbce92

View File

@@ -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 <class EdgeIterator>
inline adjacency_list(EdgeIterator first, EdgeIterator last,