1. 13 Mar, 2018 2 commits
  2. 12 Mar, 2018 3 commits
  3. 11 Mar, 2018 2 commits
  4. 10 Mar, 2018 8 commits
  5. 09 Mar, 2018 3 commits
  6. 08 Mar, 2018 4 commits
  7. 07 Mar, 2018 5 commits
  8. 06 Mar, 2018 4 commits
  9. 05 Mar, 2018 4 commits
  10. 02 Mar, 2018 2 commits
  11. 28 Feb, 2018 2 commits
  12. 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.