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
There may be some issues with the B+tree:
rebalance()
std::pair
The text was updated successfully, but these errors were encountered:
rebalance() was fixed in #114.
Sorry, something went wrong.
copy/move was fixed in #119.
tzaeschke
No branches or pull requests
There may be some issues with the B+tree:
rebalance()
called correctly?std::pair
the wisest choice, i.e. it's sometimes not intuitive whether it calls copy or move on values..., e.g. https://stackoverflow.com/questions/58283694/why-is-pair-of-const-trivially-copyable-but-pair-is-notThe text was updated successfully, but these errors were encountered: