commit | fd0f551cbdd26229dcdcfde2d6195bdf9f258197 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Apr 16 13:43:26 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 16 13:43:44 2021 -0700 |
tree | c86304880f31bdb37100e168970a067118e6a3de | |
parent | b5d1c58ad1bdb8e1e5c192ffb6f2ea5aba303bb0 [diff] [blame] |
meson: Update to c++20 Change-Id: Ie1efbdd1830a36e976fb1c16f582739b07e9b3c9 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meson.build b/meson.build index cab35d6..8e09a59 100644 --- a/meson.build +++ b/meson.build
@@ -5,7 +5,7 @@ meson_version: '>=0.57.0', default_options: [ 'warning_level=3', - 'cpp_std=c++17', + 'cpp_std=c++20', 'tests=' + (meson.is_subproject() ? 'disabled' : 'auto'), 'examples=' + (meson.is_subproject() ? 'false' : 'true'), ])