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

add const to lmdb::dbi::get (for consistency) #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add const to lmdb::dbi::get (for consistency) #19

wants to merge 1 commit into from

Conversation

fcelda
Copy link

@fcelda fcelda commented May 9, 2017

This simple change adds const qualifier to one lmdb::dbi::last overload to be consistent with other ones. I think this was simply a typo and that there is no reason to keep the method non-const. The current state creates some confusion when the overloads are being resolved.

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

Successfully merging this pull request may close these issues.

1 participant