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

‘is_layer’ member issue #17

Open
Amin-Azar opened this issue Jul 22, 2019 · 1 comment
Open

‘is_layer’ member issue #17

Amin-Azar opened this issue Jul 22, 2019 · 1 comment

Comments

@Amin-Azar
Copy link

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 ?

@YimingQiao
Copy link

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.

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

No branches or pull requests

2 participants