Skip to content
  • Annihil's avatar
    Corrected readme · 78a02035
    Annihil authored
    Internally, the elements in a map are always sorted by its key following a specific strict weak ordering criterion indicated by its internal comparison object (of type Compare).
    With string type, the default comparator is alphabetical order, and thus two come after three.
    78a02035