Hello everyone, I am using macOS Catalina 10.15.7. I have followed the installation instructions given in the README and I got this error during the build.
../mm/toolbox.cpp:1233:53: error: no member named '__cxx11' in namespace 'std'
Prover<ProofEngine> make_throwing_prover(const std::__cxx11::string &msg) {
Here is the full build output log,
https://gist.github.com/hiiroo/4a03f7bdba7f2a2b692c3b1d54b2caec
Thanks