Skip to content

Commit e9ed29a

Browse files
committed
Increase default cpp version for CoDiPack.
1 parent ffc0e1f commit e9ed29a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ 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'])
10+
1011

1112
fsmod = import('fs')
1213
if not fsmod.exists('su2preconfig.timestamp')

0 commit comments

Comments
 (0)