robotpy / robotpy-build

(mostly) automated C++ wrapping for Python
BSD 3-Clause "New" or "Revised" License
35 stars 16 forks source link

Use the pybind11 smart_holder branch #136

Closed virtuald closed 2 years ago

virtuald commented 2 years ago

I think this won't work for something that is templated and marked as nodelete. Need to add a test to check.

virtuald commented 2 years ago

This isn't going to work at the moment, issues with enable_shared_from_this in robotpy-commands-v2. Will revisit later in the season.

virtuald commented 2 years ago

Decided to just get rid of shared_from_this in robotpy-commands-v2. We'll see if I regret it.