Skip to content

Commit 382c653

Browse files
Set C++ standard back to C++17 to match develop branch
1 parent fbc42f9 commit 382c653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project('SU2', 'c', 'cpp',
66
default_options: ['buildtype=release',
77
'warning_level=0',
88
'c_std=c99',
9-
'cpp_std=c++11',
9+
'cpp_std=c++17',
1010
'tracy_enable=false'])
1111

1212
fsmod = import('fs')

0 commit comments

Comments
 (0)