Changeset 823:afba7fbbb239 in lemon-0.x for src
- Timestamp:
- 09/08/04 14:12:16 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1119
- Location:
- src
- Files:
-
- 2 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. -
src/test/path_test.cc
r820 r823 143 143 #endif 144 144 145 #ifndef SKELETON 145 146 cout << "Vegigiteralunk az eleken." << endl; 146 147 typedef DPath::NodeIt NodeIt; … … 151 152 cout << i << ". el: " <</* e << */endl; 152 153 } 153 154 #endif 154 155 155 156 // Na ja, ez igy nem igazi, mindket esetet le kene tesztelni,
Note: See TracChangeset
for help on using the changeset viewer.