Skip to content

Commit

Permalink
Merge pull request #2322 from zjeffer/master
Browse files Browse the repository at this point in the history
Use C++20 by default
  • Loading branch information
Alexays authored Jul 24, 2023
2 parents e9b2961 + 2f04a49 commit 6dfa74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- fedora
- opensuse
- gentoo
cpp_std: [c++17]
cpp_std: [c++20]
include:
- distro: fedora
cpp_std: c++20
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(
license: 'MIT',
meson_version: '>= 0.50.0',
default_options : [
'cpp_std=c++17',
'cpp_std=c++20',
'buildtype=release',
'default_library=static'
],
Expand Down

0 comments on commit 6dfa74b

Please sign in to comment.