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