2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-01 08:32:11 +00:00

Added null_vertex()

[SVN r77733]
This commit is contained in:
Jeremiah Willcock
2012-04-03 04:44:40 +00:00
parent 755c77e7c1
commit ce845156b8

View File

@@ -79,6 +79,7 @@ namespace boost {
typedef typename std::vector<EdgeList>::size_type vertices_size_type;
typedef void edges_size_type;
typedef typename EdgeList::size_type degree_size_type;
static V null_vertex() {return V(-1);}
};
template <class EdgeList>
struct edge_property_type< std::vector<EdgeList> >