Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make basic_json allocate-aware, as mentioned in nlohmann#161
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