COIN-OR::LEMON - Graph Library

Changeset 975:12b9993b217c in lemon-0.x for src


Ignore:
Timestamp:
11/10/04 13:51:30 (19 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1363
Message:

for better compatibility with gcc-3.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/list_graph.h

    r959 r975  
    6666   
    6767    class Node {
    68       friend class Graph;
     68      friend class ListGraphBase;
    6969    protected:
    7070
     
    8181
    8282    class Edge {
    83       friend class Graph;
     83      friend class ListGraphBase;
    8484    protected:
    8585
Note: See TracChangeset for help on using the changeset viewer.