Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptakBhoumik committed Jun 18, 2022
1 parent 82df231 commit a1b081f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cpp_src = [

include = include_directories('Peregrine/')

add_project_arguments('-std=c++20', language: 'cpp')
add_project_arguments('-std=c++2a', language: 'cpp')

build_tests = get_option('build_tests')

Expand Down

0 comments on commit a1b081f

Please sign in to comment.