added EmptyHEData in EdgeBase

This commit is contained in:
ganovelli 2008-11-26 17:43:28 +00:00
parent cb547de5ec
commit a00abdc73c
1 changed files with 4 additions and 5 deletions

View File

@ -70,11 +70,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::EmptyEFAdj<
edge::EmptyEVAdj<
edge::EmptyEEAdj<
edge::EmptyBitFlags<
EdgeTypeHolder <BVT, BET, BFT, BTT> > > > > {
class EdgeBase: public edge::EmptyEVAdj<
edge::EmptyHEdgeData<
edge::EmptyBitFlags<
EdgeTypeHolder <BVT, BET, BFT, BTT> > > > {
};