Skip to content

Commit d7d06d8

Browse files
committed
Compile with C++ 20
1 parent ee965df commit d7d06d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

qode/qode.gypi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'../deps',
1818
],
1919
"cflags": [
20-
"-std=c++14"
20+
"-std=c++20"
2121
],
2222
'conditions': [
2323
['OS=="mac"', {
@@ -28,7 +28,7 @@
2828
['OS=="win"', {
2929
'sources': [
3030
'qode.rc',
31-
'integration/node_integration_win.cc',
31+
'integration/node_integration_win.cc',
3232
],
3333
'msvs_settings': {
3434
'VCManifestTool': {

0 commit comments

Comments
 (0)