Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for unique_ptr<T> #427

Closed
ManifoldFR opened this issue Jan 29, 2024 · 1 comment · Fixed by #433
Closed

Support for unique_ptr<T> #427

ManifoldFR opened this issue Jan 29, 2024 · 1 comment · Fixed by #433

Comments

@ManifoldFR
Copy link
Member

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?

@jorisv jorisv mentioned this issue Jan 31, 2024
4 tasks
@jorisv jorisv linked a pull request Feb 1, 2024 that will close this issue
4 tasks
@jcarpent
Copy link
Contributor

jcarpent commented Feb 7, 2024

Solved via #433.

@jcarpent jcarpent closed this as completed Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants