You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the template arguments would need to be adjusted. Not sure whether it’s possible to do this that (a) both std::map and std::unordered_map work and (b) the API does not break.
following code can't not be compiled, for issue #164
using json = nlohmann::basic_json<std::unordered_map>
is there some method to use unordered_map as Object type? For its better performance.
Describe the feature in as much detail as possible.
Include sample usage where appropriate.
The text was updated successfully, but these errors were encountered: