COIN-OR::LEMON - Graph Library

Changeset 2510:bb523a4758f7 in lemon-0.x for benchmark/edge_lookup.cc


Ignore:
Timestamp:
11/14/07 16:36:37 (16 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3375
Message:

removing semicolon ftom the end of GRAPH_TYPEDEFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/edge_lookup.cc

    r2391 r2510  
    3030  {
    3131  public:
    32     GRAPH_TYPEDEFS(typename G)
     32    GRAPH_TYPEDEFS(typename G);
    3333    typedef G Graph;
    3434
     
    108108  {
    109109  public:
    110     GRAPH_TYPEDEFS(typename G)
     110    GRAPH_TYPEDEFS(typename G);
    111111    typedef G Graph;
    112112
     
    195195//   {
    196196//   public:
    197 //     GRAPH_TYPEDEFS(typename G)
     197//     GRAPH_TYPEDEFS(typename G);
    198198//     typedef G Graph;
    199199   
     
    288288//   {
    289289//   public:
    290 //     GRAPH_TYPEDEFS(typename G)
     290//     GRAPH_TYPEDEFS(typename G);
    291291//     typedef G Graph;
    292292   
     
    378378//   };
    379379
    380 GRAPH_TYPEDEFS(SmartGraph)
     380GRAPH_TYPEDEFS(SmartGraph);
    381381typedef SmartGraph Graph;
    382382
Note: See TracChangeset for help on using the changeset viewer.