MCPcopy Create free account
hub / github.com/pybind/pybind11 / ~Base1

Method ~Base1

tests/test_class_sh_mi_thunks.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21struct Base1 {
22 virtual ~Base1() = default;
23 // Using `vector` here because it is known to make this test very sensitive to bugs.
24 std::vector<int> vec = {1, 2, 3, 4, 5};
25 Base1() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected