when i populate a map<AnsiString *,object *>, miraculously, the map keys are sorted alphabetically by value. i find this is highly desirable.
however, if i change a property of an object in the map, the ordering is corrputed.
is there an easy way to stop the map from reordering its keys?



LinkBack URL
About LinkBacks



CornedBee