1. 16 Apr, 2016 6 commits
  2. 13 Apr, 2016 3 commits
  3. 11 Apr, 2016 1 commit
  4. 10 Apr, 2016 2 commits
  5. 07 Apr, 2016 1 commit
  6. 05 Apr, 2016 4 commits
  7. 03 Apr, 2016 2 commits
  8. 30 Mar, 2016 7 commits
  9. 29 Mar, 2016 1 commit
  10. 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
  11. 25 Mar, 2016 1 commit
  12. 10 Mar, 2016 1 commit
  13. 06 Mar, 2016 1 commit
  14. 04 Mar, 2016 2 commits
  15. 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
  16. 21 Feb, 2016 2 commits
  17. 20 Feb, 2016 1 commit
  18. 14 Feb, 2016 3 commits