Skip to content

Drop-in std::map replacement support #47

Description

@JWCS

This library looks great, as the only maintained c++ ordered map library. However I was trying to use it as a replacement in a large codebase that had only key-ordered std::map, and the compilation errors were extensive. This is with cutting down the template types to the first 2 commonly shared ones, and stubbing any functions that weren't implemented between the two. While it would be a good bit of boilerplate, since this library is so close, all the functionality is there, it'd be nice if there was an out of box compliant mode (even if behind macro flag).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions