Skip to content

Commit 16302f9

Browse files
authored
Merge pull request #92 from anqurvanillapy/master
fix #82: Update compiler flag '-std=c++17'
2 parents 964c797 + ccd2c95 commit 16302f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binding.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
}]
2929
],
3030
"cflags": [
31-
"-std=c++0x",
31+
"-std=c++17",
3232
],
3333
'xcode_settings': {
34-
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
34+
'CLANG_CXX_LANGUAGE_STANDARD': 'c++17',
3535
},
3636
},
3737
{

0 commit comments

Comments
 (0)