COIN-OR::LEMON - Graph Library

Changeset 979:b5fb023cdb7b in lemon-0.x for src/lemon/default_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/default_map.h

    r946 r979  
    188188      typedef DefaultMap<Graph, Node, NodeIt, NodeIdMap, _Value> Parent;
    189189
    190       typedef typename Parent::Graph Graph;
     190      //typedef typename Parent::Graph Graph;
    191191      typedef typename Parent::ValueType ValueType;
    192192
     
    209209      typedef DefaultMap<Graph, Edge, EdgeIt, EdgeIdMap, _Value> Parent;
    210210
    211       typedef typename Parent::Graph Graph;
     211      //typedef typename Parent::Graph Graph;
    212212      typedef typename Parent::ValueType ValueType;
    213213
Note: See TracChangeset for help on using the changeset viewer.