added EmptyEEAdj to the type holder

This commit is contained in:
ganovelli 2008-11-27 18:21:01 +00:00
parent 1d263ec3ff
commit 3cbdda3232
1 changed files with 2 additions and 1 deletions

View File

@ -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> > > > > {
};