COIN-OR::LEMON - Graph Library

Changeset 321:048b965204b5 in lemon-0.x


Ignore:
Timestamp:
04/14/04 14:24:55 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@439
Message:

Some concerns about the copy constructors of graph.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/skeletons/graph.h

    r320 r321  
    3535    GraphSkeleton() {}
    3636    ///Copy consructor.
     37
     38    ///\todo It is not clear, what we expect from a copy constructor.
     39    ///E.g. How to assign the nodes/edges to each other? What about maps?
    3740    GraphSkeleton(const GraphSkeleton &G) {}
    3841
Note: See TracChangeset for help on using the changeset viewer.