8000 Set C standard to C17 again · agriyakhetarpal/scikit-learn@e34690b · GitHub
[go: up one dir, main page]

Skip to content

Commit e34690b

Browse files
Set C standard to C17 again
See discussion on scikit-learn#29015 and scikit-learn#28980
1 parent dc6c01c commit e34690b

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(
66
meson_version: '>= 1.1.0',
77
default_options: [
88
'buildtype=debugoptimized',
9-
'c_std=c11',
9+
'c_std=c17',
1010
'cpp_std=c++14',
1111
],
1212
)

0 commit comments

Comments
 (0)
0