Changeset 333 for cpp/frams/vm/classes
- Timestamp:
- 03/01/15 01:19:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/classes/collectionobj.cpp
r286 r333 203 203 { 204 204 public: 205 bool operator()(const ExtValue *a,const ExtValue *b) {return a->compare(*b) <0;}205 bool operator()(const ExtValue *a,const ExtValue *b) {return a->compare(*b)==ExtValue::ResultLower;} 206 206 }; 207 207
Note: See TracChangeset
for help on using the changeset viewer.