Skip to content

Allow hashmap via compilation flag #204

Open
@cdunn2001

Description

@cdunn2001

From anonymous:

Many compilers include hash_map class and now it is even in C++11 standard by the name unordered_map.
I propose another macro JSON_MAP_TYPE which will be defined to the best possible class.
Currently I can choose only JSON_USE_CPPTL_SMALLMAP or not.
It is not enough, I want to use map based on hash, it will be more efficient.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions