1. 26 Oct, 2018 1 commit
  2. 24 Oct, 2018 2 commits
  3. 23 Oct, 2018 2 commits
  4. 22 Oct, 2018 3 commits
  5. 21 Oct, 2018 2 commits
  6. 18 Oct, 2018 2 commits
  7. 17 Oct, 2018 4 commits
  8. 16 Oct, 2018 2 commits
    • Niels Lohmann's avatar
      🚧 proposal for different error handlers #1198 · 0671e92c
      Niels Lohmann authored
      Proof of concept; currently only as parameter to the internal dump_escaped function; that is, not yet exposed to the dump function.
      0671e92c
    • Théo DELRIEU's avatar
      add new is_constructible_* traits used in from_json · 45c8af2c
      Théo DELRIEU authored
      is_compatible_* traits were used in from_json, but it made no sense
      whatsoever.
      
      It used to work because of non-SFINAE correctness + json_ref
      unconstrained variadic template constructor.
      
      SFINAE checks are becoming quite complex, we need a specification of
      some sort describing:
      
      * which concepts the library uses
      * how the conversion to/from json works in detail
      
      Having such a specification would really help simplifying the current
      code (as well as having meaningful checks).
      
      Fixes !1299
      45c8af2c
  9. 12 Oct, 2018 2 commits
  10. 08 Oct, 2018 3 commits
  11. 07 Oct, 2018 7 commits
  12. 06 Oct, 2018 3 commits
  13. 05 Oct, 2018 5 commits
  14. 04 Oct, 2018 2 commits