marxin / cvise

Super-parallel Python port of the C-Reduce
Other
219 stars 25 forks source link

Ensure that clang delta is also compiled with C++17 on Windows #137

Closed jketema closed 4 months ago

jketema commented 4 months ago

Without this, it's compiled with C++14, which makes the build fail, because std:optional is not supported under C++14.