We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
std::string s = "abacaba"; spp::sparse_hash_set<std::string> q; q.insert(s); assert(s == "abacaba");
The assertions fails with spp::sparse_hash_set, but works with std::unordered_set.
spp::sparse_hash_set
std::unordered_set
The text was updated successfully, but these errors were encountered:
Oh, that's bad! Thanks for reporting this @kuviman, I'll look at it when I have some time.
Sorry, something went wrong.
fix issue #62.
64ef2a7
@kuviman , very sorry for the delay in fixing this bad issue, and thank you again for reporting it.
No branches or pull requests
The assertions fails with
spp::sparse_hash_set
, but works withstd::unordered_set
.The text was updated successfully, but these errors were encountered: