Skip to content
Commit d78e1acc authored by Angus Gibson's avatar Angus Gibson Committed by Andreas Klöckner
Browse files

Fix compilation error with ISLError definition

A recent change to pybind11 (1d81191, "Disable implicit
conversion of 0 to pybind11::handle.") removes implicit
conversions of "0" to a pybind handle, which the definition of
ISLError relied on. We should explicitly use a nullptr anyway,
which is compatible with newer and older pybind11 versions.
parent c9729f85
Loading
Loading
Loading
Pipeline #316968 passed with stage
in 6 minutes and 24 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment