Skip to content

Commit 4a4fa43

Browse files
williamspatrickrfrandse
authored andcommitted
build: upgrade to C++23
Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of the standard has been implemented. Upgrade the build to leverage it. Change-Id: Id96cf564638651b6686b55940166dae9b8e5dd1e Signed-off-by: Patrick Williams <[email protected]>
1 parent 16aab17 commit 4a4fa43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
project('phosphor-debug-collector',
44
'cpp',
5-
meson_version: '>= 0.58.0',
5+
meson_version: '>=1.1.1',
66
default_options: [
7-
'cpp_std=c++20',
7+
'cpp_std=c++23',
88
'warning_level=3',
99
'werror=true',
1010
'buildtype=debugoptimized'

0 commit comments

Comments
 (0)