stephentu / silo

Multicore in-memory storage engine
MIT License
372 stars 115 forks source link

‘is_layer’ member issue #17

Open Amin-Azar opened 5 years ago

Amin-Azar commented 5 years ago

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 1 year ago

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.