added empty VE reference to the base class of edges
This commit is contained in:
parent
ca28591e69
commit
08e072aeb1
|
@ -64,7 +64,7 @@ we have to build the type a step a time (deriving from a single ancestor at a ti
|
|||
*/
|
||||
template <class UserTypes>
|
||||
class EdgeBase: public edge::EmptyEFAdj<
|
||||
edge::EmptyEVAdj<
|
||||
edge::EmptyVEAdj<
|
||||
edge::EmptyEEAdj<
|
||||
edge::EmptyEHAdj<
|
||||
edge::EmptyBitFlags<
|
||||
|
|
Loading…
Reference in New Issue