1. 04 Jun, 2018 4 commits
  2. 01 Jun, 2018 2 commits
  3. 09 Apr, 2018 1 commit
  4. 29 Mar, 2018 2 commits
  5. 16 Mar, 2018 1 commit
  6. 15 Mar, 2018 1 commit
  7. 14 Mar, 2018 3 commits
  8. 13 Mar, 2018 1 commit
  9. 12 Mar, 2018 3 commits
  10. 10 Mar, 2018 6 commits
  11. 09 Mar, 2018 2 commits
  12. 08 Mar, 2018 3 commits
  13. 07 Mar, 2018 3 commits
  14. 06 Mar, 2018 2 commits
  15. 05 Mar, 2018 1 commit
  16. 02 Mar, 2018 2 commits
  17. 28 Feb, 2018 2 commits
  18. 27 Feb, 2018 1 commit
    • Théo DELRIEU's avatar
      support construction from other basic_json types · 8711ec60
      Théo DELRIEU authored
      Before this patch, `basic_json` types with different template arguments
      were treated as `CompatibleArrayType`. Which sometimes leads to recursive
      calls and stack overflows.
      
      This patch adds a constructor and a `get` overload to deal with
      different `basic_json` types.
      8711ec60