added EmptyVertexRef to the default type
This commit is contained in:
parent
7324e75142
commit
7a86b3fd25
|
@ -68,7 +68,8 @@ template <class UserTypes>
|
|||
edge::EmptyEEAdj<
|
||||
edge::EmptyEHAdj<
|
||||
edge::EmptyBitFlags<
|
||||
EdgeTypeHolder < UserTypes> > > > > >{};
|
||||
edge::EmptyVertexRef<
|
||||
EdgeTypeHolder < UserTypes> > > > > > >{};
|
||||
|
||||
|
||||
/* The Real Big Edge class;
|
||||
|
|
Loading…
Reference in New Issue