1. 08 Apr, 2018 2 commits
  2. 07 Apr, 2018 2 commits
  3. 03 Apr, 2018 2 commits
  4. 29 Mar, 2018 2 commits
  5. 28 Mar, 2018 3 commits
  6. 14 Mar, 2018 3 commits
  7. 13 Mar, 2018 1 commit
  8. 12 Mar, 2018 3 commits
  9. 10 Mar, 2018 6 commits
  10. 09 Mar, 2018 2 commits
  11. 08 Mar, 2018 3 commits
  12. 07 Mar, 2018 3 commits
  13. 06 Mar, 2018 2 commits
  14. 05 Mar, 2018 1 commit
  15. 02 Mar, 2018 2 commits
  16. 28 Feb, 2018 2 commits
  17. 27 Feb, 2018 1 commit
    • 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.