Was trying to compile the C++ code, and ran into some errors over the type boolean used in files:
- cpp/benchmark/include/benchmark.h
- cpp/benchmark/src/deglib_explore_bench.cpp
Couldn't find boolean defined anywhere, so I assume it is there by mistake? Changing them to bool and this removed the issue.
Cheers!