Skip to content

Commit 24f1cb5

Browse files
authored
Merge pull request #2526 from MaxSagebaum/feature/cpp_version_increase
cpp version increase for CoDiPack
2 parents ffc0e1f + 312007e commit 24f1cb5

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

1111
fsmod = import('fs')
1212
if not fsmod.exists('su2preconfig.timestamp')

0 commit comments

Comments
 (0)