Hello. I actually tried to compile a single file on linux, with clang, not using the solution.
I've made a virtual environnment with
nix-shell -p pugixml -p poco -p clang --command "clang++ statsutil.cpp -I ."
It fail, with multiple errors. (clang 7.1.0)
Do you thing you can help me to find what doesn't work/correct the code. I've just a basic knowledge of c++, but I'll try to find what doesn't work.
error.txt