You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C bindings pass a nested function as callback to allow the C API to carry along user data via an opaque pointer (void*). This mechanism is also used in the Python API to propagate exceptions storing the small object in a handle and pass it as void* to the Minpack C API.
The C bindings pass a nested function as callback to allow the C API to carry along user data via an opaque pointer (
void*
). This mechanism is also used in the Python API to propagate exceptions storing the small object in a handle and pass it asvoid*
to the Minpack C API.This issue has been fixed for GCC 12, see iains/gcc-darwin-arm64#26.
Potential workaround available in #30
The text was updated successfully, but these errors were encountered: