COIN-OR::LEMON - Graph Library

Changeset 2133:b82e4d2b14ac in lemon-0.x


Ignore:
Timestamp:
07/12/06 13:07:48 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2847
Message:

... and fix a stupid bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/graph.h

    r2132 r2133  
    5151      ///Graphs are \e not copy constructible. Use GraphCopy() instead.
    5252      ///
    53       ListGraph(const ListGraph &) :ExtendedListGraphBase() {};
     53      Graph(const Graph &) :ExtendedListGraphBase() {};
    5454      ///\brief Assignment of \ref Graph "Graph"s to another ones are
    5555      ///\e not allowed. Use GraphCopy() instead.
     
    5858      ///\e not allowed.  Use GraphCopy() instead.
    5959
    60       void operator=(const ListGraph &) {}
     60      void operator=(const Graph &) {}
    6161    public:
    6262      ///\e
Note: See TracChangeset for help on using the changeset viewer.