1. 17 Apr, 2016 5 commits
  2. 16 Apr, 2016 6 commits
  3. 13 Apr, 2016 3 commits
  4. 11 Apr, 2016 1 commit
  5. 10 Apr, 2016 2 commits
  6. 07 Apr, 2016 1 commit
  7. 05 Apr, 2016 4 commits
  8. 03 Apr, 2016 2 commits
  9. 30 Mar, 2016 7 commits
  10. 29 Mar, 2016 1 commit
  11. 28 Mar, 2016 1 commit
    • Lv Zheng's avatar
      Use namespace std for int64_t and uint64_t · 3e76e61b
      Lv Zheng authored
      According to the c++11 standard, the declarations are within namespace
      scope of the namespace `std'. Add `std::' to avoid unnecessary
      requirement of implementations.
      3e76e61b
  12. 25 Mar, 2016 1 commit
  13. 10 Mar, 2016 1 commit
  14. 06 Mar, 2016 1 commit
  15. 04 Mar, 2016 2 commits
  16. 02 Mar, 2016 1 commit
    • 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
  17. 21 Feb, 2016 1 commit