mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 12:45:11 +00:00
This commit is contained in:
parent
6de6191a0c
commit
3f366ff888
@ -45,8 +45,6 @@ using namespace pybind11_tests::vector_unique_ptr_member;
|
||||
|
||||
py::object py_cast_VectorOwner_ptr(VectorOwner *ptr) { return py::cast(ptr); }
|
||||
|
||||
// PYBIND11_SMART_HOLDER_TYPE_CASTERS(VectorOwner)
|
||||
|
||||
TEST_SUBMODULE(vector_unique_ptr_member, m) {
|
||||
py::class_<VectorOwner>(m, "VectorOwner")
|
||||
.def_static("Create", &VectorOwner::Create)
|
||||
|
Loading…
Reference in New Issue
Block a user