Skip to content

Commit b4b9050

Browse files
committed
Upgrade to c++23
1 parent 0d8cd77 commit b4b9050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Auracle does not currently, and will probably never:
3131

3232
Building auracle requires:
3333

34-
* A C++20 compiler
34+
* A C++23 compiler
3535
* meson
3636
* libsystemd
3737
* libalpm

Diff for: meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(
44
version: '0',
55
license: 'MIT',
66
meson_version: '>=0.56',
7-
default_options: ['cpp_std=c++20', 'warning_level=2'],
7+
default_options: ['cpp_std=c++23', 'warning_level=2'],
88
)
99

1010
cpp = meson.get_compiler('cpp')

0 commit comments

Comments
 (0)