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
Right now, we rely on Boost.Python's support for shared_ptr<T> and raw pointer types - but unlike pybind11 or nanobind, it doesn't support unique_ptr types. Maybe we could add support for this in eigenpy?
The text was updated successfully, but these errors were encountered:
Right now, we rely on Boost.Python's support for
shared_ptr<T>
and raw pointer types - but unlike pybind11 or nanobind, it doesn't support unique_ptr types. Maybe we could add support for this in eigenpy?The text was updated successfully, but these errors were encountered: