mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-30 08:57:11 +00:00
Merge branch 'pybind:master' into master
This commit is contained in:
commit
459874ebed
@ -45,8 +45,6 @@ using namespace pybind11_tests::vector_unique_ptr_member;
|
|||||||
|
|
||||||
py::object py_cast_VectorOwner_ptr(VectorOwner *ptr) { return py::cast(ptr); }
|
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) {
|
TEST_SUBMODULE(vector_unique_ptr_member, m) {
|
||||||
py::class_<VectorOwner>(m, "VectorOwner")
|
py::class_<VectorOwner>(m, "VectorOwner")
|
||||||
.def_static("Create", &VectorOwner::Create)
|
.def_static("Create", &VectorOwner::Create)
|
||||||
|
Loading…
Reference in New Issue
Block a user