Skip to content

Commit 157bf37

Browse files
committed
Set language standard to C++23 we started using explicit object parameters.
1 parent a9174a9 commit 157bf37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/configs.bff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
'-Wunguarded-availability'
7171
'-Werror=unguarded-availability'
7272
'-Wno-switch'
73-
'-std=c++2b'
73+
'-std=c++23'
7474
}
7575
.Defines = {
7676
'__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__'
@@ -90,7 +90,7 @@
9090
// We use [[deprecated]] to keep track of some old API usage without the need to fix them asap.
9191
'-Wno-error=deprecated-declarations'
9292
'-Wno-switch'
93-
'-std=c++20'
93+
'-std=c++23'
9494
}
9595
]
9696

@@ -196,7 +196,7 @@
196196
'-Wno-unused-const-variable'
197197
'-Wno-unused-private-field'
198198
'-Wno-switch'
199-
'-std=c++20'
199+
'-std=c++23'
200200
// Requires options for multithreading
201201
'-pthread'
202202
'-sSHARED_MEMORY=1'

0 commit comments

Comments
 (0)