summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-11-17 10:03:15 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-11-17 10:03:15 +0100
commit2e5811521d929849d7a3b051754c6e888fd1a0fa (patch)
treea23b99905104de8a903561dff0d4f37b96dd1be4 /src/systemd
parente318c2a4444e0c6a1c873e32829a13e610f9b3c2 (diff)
downloadsystemd-2e5811521d929849d7a3b051754c6e888fd1a0fa.tar.gz
test: let's start getting ready for 2020
It'll be a wonderful year, I'm sure.
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systemd/meson.build b/src/systemd/meson.build
index 5a8f1abcf6..c9c484b411 100644
--- a/src/systemd/meson.build
+++ b/src/systemd/meson.build
@@ -64,6 +64,9 @@ if add_languages('cpp', required : false)
if cxx.has_argument('-std=c++17')
opts += [['c++', '-std=c++17']]
endif
+ if cxx.has_argument('-std=c++20')
+ opts += [['c++', '-std=c++20']]
+ endif
endif
foreach header : _systemd_headers + _not_installed_headers + [libudev_h_path]