meson.build: require GCC 8 or clang 5
Commit 60f957ed broken the GCC 7 build, but instead of working
around missing C++17 features in old compilers, let's update the
compiler version requirements.
This commit raises the clang requirement to version 5 because this is
the first version to support `constexpr` lambdas, to be used to
`Dsd2Pcm.cxx`.
Showing
Please
register
or
sign in
to comment