Following meson compile instructions leads to build failure with errors like: `#error C++ versions less than C++17 are not supported.` Easily fixed by changing line 5 in `meson.build` to: `default_options : ['cpp_std=c++17',`