• Max Kellermann's avatar
    meson.build: require GCC 8 or clang 5 · a24ef280
    Max Kellermann authored
    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`.
    a24ef280
meson.build 12 KB