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
Hi, I followed the readme file and I keep getting this message while trying to compile the benchmark.
btree_impl.h:213:7: error: ‘struct btree<testing_concurrent_btree_traits>::leaf_node’ has no member named ‘is_layer’
Any ideas ?
The text was updated successfully, but these errors were encountered:
I also come across this issue 4 years later.
The class leaf_node has a function "value_is_layer". Replacing all "is_layer" with this new name solves it.
Sorry, something went wrong.
No branches or pull requests
Hi,
I followed the readme file and I keep getting this message while trying to compile the benchmark.
Any ideas ?
The text was updated successfully, but these errors were encountered: