// -*- C++ -*- #include #include #include #include #include #include "test_tools.h" using namespace lemon; using namespace lemon::concept; int main() { typedef UndirGraphExtender UndirListGraphBase; typedef IterableUndirGraphExtender< AlterableUndirGraphExtender > IterableUndirListGraph; typedef MappableUndirGraphExtender MappableUndirListGraph; typedef ErasableUndirGraphExtender< ClearableUndirGraphExtender< ExtendableUndirGraphExtender > > Graph; checkConcept(); checkConcept(); checkConcept(); checkConcept(); checkConcept(); checkConcept(); return 0; }