Closed layters closed 1 year ago
I was able to build raft statically and integrate it into my C++17 application, but I am having certain issues (as mentioned in the title). Any help would be appreciated ...
I forgot to wrap extern "C" {} around the #include <raft> 🤦🏿 (Using C++17 btw)
extern "C" {}
#include <raft>
I was able to build raft statically and integrate it into my C++17 application, but I am having certain issues (as mentioned in the title). Any help would be appreciated ...