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

Fix definition of nikss_match_key for range key #107

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

tatry
Copy link
Collaborator

@tatry tatry commented Oct 25, 2023

Definition of struct contained const entries which forbids compilation using (modern) C++ compiler when using nikss_match_key. There is no problems with C compiler.

Solution is just to remove const qualifier.

Definition of struct contained `const` entries which forbids compilation using (modern) C++ compiler when using `nikss_match_key`. There is no problems with C compiler.

Solution is just to remove `const` qualifier.
@tatry tatry added the bug Something isn't working label Oct 25, 2023
@tatry tatry requested a review from osinstom October 25, 2023 08:37
@osinstom osinstom merged commit 1a077b3 into master Oct 25, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants