Skip to content

Commit

Permalink
Make basic_json allocate-aware, as mentioned in nlohmann#161
Browse files Browse the repository at this point in the history
This is an attempt to make it work with nlohmann#164.
The thing is that the current code attempts to define containers with incomplete types,
this is not supported by the standard and does not work unordered_map. std::vector and
std::map work but we might be in the realm of undefined behavior.
  • Loading branch information
palacaze committed Jan 3, 2016
1 parent 9b07504 commit cc24003
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 125 deletions.
Loading

0 comments on commit cc24003

Please sign in to comment.