Fix build of memfs_ll without manual meson reconfigure
authorAmir Goldstein <amir73il@gmail.com>
Fri, 3 Jan 2025 11:57:15 +0000 (12:57 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 10 Feb 2025 15:56:45 +0000 (16:56 +0100)
commit92cfa4088a58815ecb99b40c396c253aa7257990
tree6d4db12cf5ce3067e39a02e886b1a6a6151d03c6
parentada5f158064505f8c1870b0ab046e6f8e45c6475
Fix build of memfs_ll without manual meson reconfigure

After pulling latest code, memfs_ll build would fail because it
builds with C++11.

Changing the default of cpp_std in meson.build is not enough to fix this
problem even if user runs 'meson setup --reconfigure'.

I had to run 'meson setup -Dcpp_std= --reconfigure' to fix the build
as mentioned in this meson issue:
https://github.com/mesonbuild/meson/issues/8062#issuecomment-1568249672

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
example/meson.build