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 0263521 commit 0c94797Copy full SHA for 0c94797
test_python/setup.py
@@ -78,8 +78,8 @@ def cpp_flag(compiler):
78
"""Return the -std=c++17 compiler flag and errors when the flag is
79
no available.
80
"""
81
- if has_flag(compiler, '-std=c++17'):
82
- return '-std=c++17'
+ if has_flag(compiler, '-std=c++20'):
+ return '-std=c++20'
83
else:
84
raise RuntimeError('C++17 support is required by xtensor!')
85
0 commit comments