-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Emplace #15
Comments
greg7mdp
added a commit
that referenced
this issue
Nov 8, 2016
Hey Dane, thanks for using sparsepp. Just added support for emplace(). Please let me know if you have any further issue. |
Thank you @greg7mdp! I'll plan to test again and will file a new issue if I hit any problems. |
Tested things out. Now hitting a problem with noncopyable objects. Created an issue at #16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that
emplace
functionality is disabled (https://github.com/greg7mdp/sparsepp/blob/master/sparsepp.h#L4551-L4563). Any plans to re-enable this functionality? My motivation in asking is to be able to try sparsepp in place ofstd::unorded_map
in C++11 code that is usingemplace
.The text was updated successfully, but these errors were encountered: