COIN-OR::LEMON - Graph Library

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


Ignore:
Timestamp:
11/10/04 22:59:59 (20 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/vector_map.h

    r978 r979  
    249249      typedef VectorMap<Graph, Node, NodeIdMap, _Value> Parent;
    250250
    251       typedef typename Parent::Graph Graph;
     251      //typedef typename Parent::Graph Graph;
    252252      typedef typename Parent::Value Value;
    253253
     
    269269      typedef VectorMap<Graph, Edge, EdgeIdMap, _Value> Parent;
    270270
    271       typedef typename Parent::Graph Graph;
     271      //typedef typename Parent::Graph Graph;
    272272      typedef typename Parent::Value Value;
    273273
Note: See TracChangeset for help on using the changeset viewer.