Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop-in std::map replacement support #47

Open
JWCS opened this issue Aug 26, 2024 · 1 comment
Open

Drop-in std::map replacement support #47

JWCS opened this issue Aug 26, 2024 · 1 comment

Comments

@JWCS
Copy link

JWCS commented Aug 26, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@JWCS and others