Carlos Gil
Results
1
issues of
Carlos Gil
After changing the include directive from `#include "feather.h"` to `#include "cinatra/include/cinatra.hpp"`, I am able to compile the example from the README with: `g++ -std=c++17 hello.cpp -pthread -lstdc++fs -luuid -lboost_system -o...