Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:DRP F16-5
-
Team:Data Release Production
Description
The new upstream pybind11 now has support for multiple inheritance.
In implementing this, the way bases are specified has changed. The py::base template has been deprecated in favour of listing the bases directly.
This ticket aims to modify our code accordingly.
Done.
And switching to the new base specifier even caught a bug (a wrong base was used for StringDestination)