commit | 370daaa4b3577d95f97abbc85d89c4b838ab3608 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 02 23:30:49 2021 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 09 16:43:11 2021 -0400 |
tree | d7ab8f27c423c1af03d99dadc505bd4534e3e51a | |
parent | 0aa159079ce32e078544be1ae5320b4ede834810 [diff] |
build: switch to c++20 Change-Id: Ibe16889749f6b61a3bc8d9a2979b0f7a789cbc24 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meson.build b/meson.build index 3c536af..ef744e6 100644 --- a/meson.build +++ b/meson.build
@@ -2,11 +2,12 @@ 'phosphor-objmgr', 'c', 'cpp', default_options: [ - 'cpp_std=c++17', + 'cpp_std=c++20', 'warning_level=3', 'werror=true', ], license: 'Apache-2.0', + meson_version: '>=0.57.0', version: '1.0', )