Demonstrating that py::cast<std::unique_ptr<Foo>>(foo_py); works with...
Demonstrating that py::cast<std::unique_ptr<Foo>>(foo_py); works with py::classh (it does not build with class_).
Showing
Please register or sign in to comment
Demonstrating that py::cast<std::unique_ptr<Foo>>(foo_py); works with py::classh (it does not build with class_).