MCPcopy Create free account
hub / github.com/pybind/pybind11 / Base

Method Base

tests/test_class_sh_virtual_py_cpp_mix.cpp:14–14  ·  view source on GitHub ↗

Some compilers complain about implicitly defined versions of some of the following:

Source from the content-addressed store, hash-verified

12
13 // Some compilers complain about implicitly defined versions of some of the following:
14 Base() = default;
15 Base(const Base &) = default;
16};
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected