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::EmptyEEAdj<
|
||||||
edge::EmptyEHAdj<
|
edge::EmptyEHAdj<
|
||||||
edge::EmptyBitFlags<
|
edge::EmptyBitFlags<
|
||||||
EdgeTypeHolder < UserTypes> > > > > >{};
|
edge::EmptyVertexRef<
|
||||||
|
EdgeTypeHolder < UserTypes> > > > > > >{};
|
||||||
|
|
||||||
|
|
||||||
/* The Real Big Edge class;
|
/* The Real Big Edge class;
|
||||||
|
|
Loading…
Reference in New Issue