From: Zbigniew Jędrzejewski-Szmek Date: Sun, 17 Mar 2024 11:20:54 +0000 (+0100) Subject: meson: test with c++26 too X-Git-Tag: v256-rc1~493^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F31829%2Fhead;p=thirdparty%2Fsystemd.git meson: test with c++26 too The docs say that support is experimental, but it's better for us if we know about any problems early. Header tests pass without any issue with gcc-14.0.1-0.8.fc40.x86_64. --- diff --git a/src/systemd/meson.build b/src/systemd/meson.build index b1f4d4e00b4..a91d7064bbe 100644 --- a/src/systemd/meson.build +++ b/src/systemd/meson.build @@ -79,6 +79,7 @@ if cxx_cmd != '' '-std=c++17', '-std=c++20', '-std=c++23', + '-std=c++26', ] if cxx.has_argument(opt) opts += [['c++', opt]]