1. 13 Jul, 2017 1 commit
  2. 12 Jul, 2017 1 commit
  3. 11 Jul, 2017 3 commits
  4. 09 Jul, 2017 17 commits
  5. 08 Jul, 2017 13 commits
  6. 07 Jul, 2017 4 commits
    • re-added test · 63ecbfd3
      Niels Lohmann authored
      I have no idea why this test has been removed in the first place.
    • 🐛 fixed undefined behavior bug · 07b78c99
      Niels Lohmann authored
      When an empty vector was passed to the parse function, an empty iterator range was used to construct an input iterator. Unfortunately, we then cannot use the start iterator to derive a pointer from.
      
      Found with Xcode's undefined behavior sanitizer.
    • 🔨 fixed some pedantic GCC warnings · 8b123107
      Niels Lohmann authored
    • 📝 fix for #639 · 32065c80
      Niels Lohmann authored
      Removed deprecated documentation of the comparison operator.
  7. 22 Jun, 2017 1 commit