We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bc118 commit 3bcea9fCopy full SHA for 3bcea9f
binding.gyp
@@ -117,7 +117,7 @@
117
],
118
119
"cflags" : [
120
- "-std=c++11"
+ "-std=c++17"
121
122
"cflags!" : [
123
"-fno-exceptions"
@@ -131,7 +131,7 @@
131
132
"xcode_settings": {
133
"OTHER_CFLAGS": [
134
- "-std=c++11",
+ "-std=c++17",
135
"-stdlib=libc++"
136
137
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
0 commit comments