Commit 3f366ff8 by Ralf W. Grosse-Kunstleve Committed by GitHub

Remove stray comment. (Oversight in PR #4631. Noticed by chance.) (#4641)

parent 6de6191a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment