Skip to content

Commit 0709686

Browse files
committed
Merge branch 'topic/default/new-pythran' into 'branch/default'
Pythran 0.18.1 with C++14 See merge request fluiddyn/fluidimage!130
2 parents d4e6af1 + be2f9a0 commit 0709686

5 files changed

Lines changed: 305 additions & 275 deletions

File tree

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ project(
55
meson_version: '>= 1.1.0',
66
default_options: [
77
'buildtype=release',
8-
'cpp_std=c++11',
8+
'c_std=c99',
9+
'cpp_std=c++14',
910
],
1011
)
1112

0 commit comments

Comments
 (0)