Skip to content

Commit 85086d8

Browse files
committed
Build STPyV8 using the C++20 standard
1 parent b5441b6 commit 85086d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def get_libboost_python_name():
134134
STPYV8_BOOST_PYTHON.replace(".", ""),
135135
]
136136

137-
extra_compile_args.append("-std=c++17")
137+
extra_compile_args.append("-std=c++20")
138138

139139
if platform.system() in ("Linux",):
140140
libraries.append("rt")

0 commit comments

Comments
 (0)