Skip to content

Commit 2ece841

Browse files
committed
Adapt C++20
1 parent 48bec86 commit 2ece841

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
@@ -60,7 +60,7 @@
6060
'OS_LINUX'
6161
],
6262
'cflags_cc': [
63-
'-std=c++17'
63+
'-std=c++20'
6464
],
6565
'include_dirs':
6666
[
@@ -104,7 +104,7 @@
104104
'OS_WINDOWS'
105105
],
106106
'cflags_cc': [
107-
'-std=c++17'
107+
'-std=c++20'
108108
],
109109
'include_dirs': [
110110
'./src/third_party/dlfcn-win32/',

0 commit comments

Comments
 (0)