Request C++17 in the makefiles for the ASTExtractor. This should gracefully fall back to C++14 if the compiler is too old and nothing seems to break in CI. Closes #891 which independently suggested that C++17 was needed on Darwin.
Add the compiler resource dir such that the transpiler test suite passes on Darwin.
Given this affects a wide range of systems (MacOS, and I've seen reports on Alpine Linux as well), would you consider pushing a 0.17.1 that includes this?
Summary of changes:
Request C++17 in the makefiles for the ASTExtractor. This should gracefully fall back to C++14 if the compiler is too old and nothing seems to break in CI. Closes #891 which independently suggested that C++17 was needed on Darwin.
Add the compiler resource dir such that the transpiler test suite passes on Darwin.