You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sz::string_view_less, sz::string_view_hash and sz::string_view_equal seem not to be defined.
Steps to reproduce
#include <map>
#include <unordered_map>
#include "stringzilla/stringzilla.hpp"
int main() {
auto a = std::map<ashvardanian::stringzilla::string, int>{};
auto b = std::unordered_map<ashvardanian::stringzilla::string, int>{};
}
Expected behavior
There are no compilation error.
StringZilla version
3.9.6
Operating System
Fedora Linux 40
Hardware architecture
x86
Which interface are you using?
C++ bindings
Contact Details
No response
Are you open to being tagged as a contributor?
I am open to being mentioned in the project .git history as a contributor
Is there an existing issue for this?
I have searched the existing issues
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
There are compilation errors on Standard C++ Containers with String Keys on README.md
sz::string_view_less
,sz::string_view_hash
andsz::string_view_equal
seem not to be defined.Steps to reproduce
Expected behavior
There are no compilation error.
StringZilla version
3.9.6
Operating System
Fedora Linux 40
Hardware architecture
x86
Which interface are you using?
C++ bindings
Contact Details
No response
Are you open to being tagged as a contributor?
.git
history as a contributorIs there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: