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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user