mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
Remove obsolete comment
This commit is contained in:
parent
083a0219b5
commit
271b27ff18
@ -313,9 +313,6 @@ void initialize_inherited_virtuals(py::module &m) {
|
||||
|
||||
|
||||
test_initializer virtual_functions([](py::module &m) {
|
||||
/* Important: indicate the trampoline class PyExampleVirt using the third
|
||||
argument to py::class_. The second argument with the unique pointer
|
||||
is simply the default holder type used by pybind11. */
|
||||
py::class_<ExampleVirt, PyExampleVirt>(m, "ExampleVirt")
|
||||
.def(py::init<int>())
|
||||
/* Reference original class in function definitions */
|
||||
|
Loading…
Reference in New Issue
Block a user