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