Changes between Initial Version and Version 1 of Ticket #1707, comment 19


Ignore:
Timestamp:
Jun 25, 2013, 10:35:01 PM (11 years ago)
Author:
mrf

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1707, comment 19

    initial v1  
    33- good catch, I've removed the redundant ">=0". Yes, according to the reference, difference_type is supposed to be signed.
    44- the lookup map is much bigger and there ::reserve would not help much I guess. Also, ::resize does not seem to be meaningful in the context of a map.
    5 - Not sure what you mean, sorry. I would expect that the serialization is equivalent to the normal std::map version.
     5- Not sure what you mean, sorry. I would expect that the serialization is equivalent to the normal std::map version if that is what you were checking. It seemed to work for me but I don't know how to systematically test this.