Skip to content

Commit

Permalink
Use C++11 standard for Meson
Browse files Browse the repository at this point in the history
With ebbce3e the build should now work with C++11, see #166
  • Loading branch information
mjacobse authored and amontoison committed Oct 29, 2023
1 parent caff654 commit c5c1d0b
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 @@ -10,7 +10,7 @@ project(
'default_library=shared',
'warning_level=0',
'c_std=c99',
'cpp_std=c++17',
'cpp_std=c++11',
],
)

Expand Down

0 comments on commit c5c1d0b

Please sign in to comment.