added EmptyEEAdj to the type holder
This commit is contained in:
parent
1d263ec3ff
commit
3cbdda3232
|
@ -71,9 +71,10 @@ we have to build the type a step a time (deriving from a single ancestor at a ti
|
|||
*/
|
||||
template <class BVT, class BET=DumClass, class BFT=DumClass, class BTT=DumClass>
|
||||
class EdgeBase: public edge::EmptyEVAdj<
|
||||
edge::EmptyEEAdj<
|
||||
edge::EmptyHEdgeData<
|
||||
edge::EmptyBitFlags<
|
||||
EdgeTypeHolder <BVT, BET, BFT, BTT> > > > {
|
||||
EdgeTypeHolder <BVT, BET, BFT, BTT> > > > > {
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue