Changeset 321:048b965204b5 in lemon-0.x for src/include/skeletons/graph.h
- Timestamp:
- 04/14/04 14:24:55 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@439
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/include/skeletons/graph.h
r320 r321 35 35 GraphSkeleton() {} 36 36 ///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? 37 40 GraphSkeleton(const GraphSkeleton &G) {} 38 41
Note: See TracChangeset
for help on using the changeset viewer.