Skip to content

Commit f3fa62d

Browse files
committed
Build with C++20
1 parent ee1e084 commit f3fa62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ada_url/ada_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
file_dir = dirname(__file__)
77

8-
compile_args = ['/std:c++17'] if platform == 'win32' else ['-std=c++17']
8+
compile_args = ['/std:c++20'] if platform == 'win32' else ['-std=c++20']
99

1010
ada_obj = Extension(
1111
'ada',

0 commit comments

Comments
 (0)