COIN-OR::LEMON - Graph Library

Changeset 979:b5fb023cdb7b in lemon-0.x for src/lemon/array_map.h


Ignore:
Timestamp:
11/10/04 22:59:59 (19 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1367
Message:

"make check" pass under icc v8.0

  • There are _many_ remarks which are worth examinating! Non-inline (and even not template) functions in header files for example.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/array_map.h

    r978 r979  
    365365      typedef ArrayMap<Graph, Node, NodeIt, NodeIdMap, _Value> Parent;
    366366
    367       typedef typename Parent::Graph Graph;
     367      //typedef typename Parent::Graph Graph;
    368368      typedef typename Parent::Value Value;
    369369
     
    386386      typedef ArrayMap<Graph, Edge, EdgeIt, EdgeIdMap, _Value> Parent;
    387387
    388       typedef typename Parent::Graph Graph;
     388      //typedef typename Parent::Graph Graph;
    389389      typedef typename Parent::Value Value;
    390390
Note: See TracChangeset for help on using the changeset viewer.