Skip to content

Commit

Permalink
Bump c++ version to c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
Snektron committed Nov 11, 2021
1 parent f6fee85 commit b7dac93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The frontend of the project consists of `src/compiler/frontend.fut` and all the
## Building

Building Pareas requires the following dependencies:
* A C++17-capable compiler such as clang or gcc.
* A C++20-capable compiler such as clang or gcc.
* The [Meson](https://mesonbuild.com/) build system.
* [Ninja](https://ninja-build.org) or [Samurai](https://github.com/michaelforney/samurai) to build.
* A [Futhark](https://github.com/diku-dk/futhark) compiler. The latest tested version is 20.6.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(
['c', 'cpp'],
version: '0.0.0',
default_options: [
'cpp_std=c++17',
'cpp_std=c++2a',
'buildtype=debugoptimized',
]
)
Expand Down

0 comments on commit b7dac93

Please sign in to comment.