Ignore:
Timestamp:
03/01/15 01:19:56 (9 years ago)
Author:
Maciej Komosinski
Message:
  • use source/code mapping for line number and file information in vm error messages
  • enum ExtValue::CompareResult? instead of int
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/classes/collectionobj.cpp

    r286 r333  
    203203{
    204204public:
    205 bool operator()(const ExtValue *a,const ExtValue *b) {return a->compare(*b)<0;}
     205bool operator()(const ExtValue *a,const ExtValue *b) {return a->compare(*b)==ExtValue::ResultLower;}
    206206};
    207207
Note: See TracChangeset for help on using the changeset viewer.