COIN-OR::LEMON - Graph Library

Changeset 733:240003bddaff in lemon-0.x


Ignore:
Timestamp:
07/22/04 22:06:40 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@989
Message:

Check StaticGraphSkeleton?, as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/graph_test.cc

    r717 r733  
    1616
    1717using namespace hugo;
     18using namespace hugo::skeleton;
    1819
    1920template<class Graph> void checkCompileStaticGraph(Graph &G)
     
    261262}
    262263
     264template
     265void checkCompileStaticGraph<StaticGraphSkeleton>(StaticGraphSkeleton &);
    263266template void checkCompile<GraphSkeleton>(GraphSkeleton &);
     267
    264268template void checkCompile<SmartGraph>(SmartGraph &);
    265269template void checkCompile<SymSmartGraph>(SymSmartGraph &);
Note: See TracChangeset for help on using the changeset viewer.