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