Commit 617e44785476178107c4216964f185937e312a09

L. E. Segovia 2023-08-31T23:39:29

[meson] Set C++14 as minimum as implied by MSVC support Microsoft's STL uses C++14 as minimum. Using C++11 is actually enforced by clang-cl and clang, which will lead to all sorts of compilation errors.