Skip to content

Commit 3aee284

Browse files
committed
Build with C++23
1 parent 1ea1a05 commit 3aee284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'dwave-optimization',
33
'c', 'cpp', 'cython',
44
default_options: [
5-
'cpp_std=c++20',
5+
'cpp_std=c++23',
66
'buildtype=release',
77
'b_ndebug=if-release', # add -DNDEBUG when building for "release", which we do by default
88
'optimization=3',

0 commit comments

Comments
 (0)