Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: jointcal
-
Labels:
-
Story Points:0.25
-
Epic Link:
-
Sprint:AP F18-2
-
Team:Alert Production
Description
jointcal wraps a few methods on the wrong class (exposed by pybind11 2.2)
Also pybind11 2.2 does not allow one to specify both std::shared_ptr<Foo> and std::unique_ptr<Foo> as template parameters for py::class_ and this was being done for Gtransfo; fortunately none of the methods that use unique pointers was wrapped so I didn't have to add any workarounds.
Attachments
Issue Links
- blocks
-
DM-14828 Upgrade pybind11 to 2.2.3
- Done
Looks good. Maybe some day the wrappers can be reworked to make future copy-and-paste errors less likely...