COIN-OR::LEMON - Graph Library

Changeset 2134:914602e294be in lemon-0.x


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

... and fix another one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/graph.h

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