‘is_layer’ member issue
Opened this issue · 1 comments
Amin-Azar commented
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 commented
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.