Changeset 823:afba7fbbb239 in lemon-0.x for src/hugo/skeletons
- Timestamp:
- 09/08/04 14:12:16 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1119
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/skeletons/path.h
r818 r823 107 107 108 108 /// Comparison operator 109 bool operator==(const EdgeIt& e) const { }110 /// Comparison operator 111 bool operator!=(const EdgeIt& e) const { }109 bool operator==(const EdgeIt& e) const {return true;} 110 /// Comparison operator 111 bool operator!=(const EdgeIt& e) const {return true;} 112 112 // /// Comparison operator 113 113 // /// \todo It is not clear what is the "natural" ordering.
Note: See TracChangeset
for help on using the changeset viewer.