Changeset 2134:914602e294be in lemon-0.x
- Timestamp:
- 07/12/06 13:14:12 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/concept/graph.h
r2133 r2134 51 51 ///Graphs are \e not copy constructible. Use GraphCopy() instead. 52 52 /// 53 Graph(const Graph &) :ExtendedListGraphBase(){};53 Graph(const Graph &) {}; 54 54 ///\brief Assignment of \ref Graph "Graph"s to another ones are 55 55 ///\e not allowed. Use GraphCopy() instead.
Note: See TracChangeset
for help on using the changeset viewer.