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 ee1e084 commit f3fa62dCopy full SHA for f3fa62d
ada_url/ada_build.py
@@ -5,7 +5,7 @@
5
6
file_dir = dirname(__file__)
7
8
-compile_args = ['/std:c++17'] if platform == 'win32' else ['-std=c++17']
+compile_args = ['/std:c++20'] if platform == 'win32' else ['-std=c++20']
9
10
ada_obj = Extension(
11
'ada',
0 commit comments