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

Method ~AbstractBase

tests/test_callbacks.cpp:204–204  ·  view source on GitHub ↗

[workaround(intel)] = default does not work here Defaulting this destructor results in linking errors with the Intel compiler (in Debug builds only, tested with icpc (ICC) 2021.1 Beta 20200827)

Source from the content-addressed store, hash-verified

202 // Defaulting this destructor results in linking errors with the Intel compiler
203 // (in Debug builds only, tested with icpc (ICC) 2021.1 Beta 20200827)
204 virtual ~AbstractBase() {} // NOLINT(modernize-use-equals-default)
205 virtual unsigned int func() = 0;
206 };
207 m.def("func_accepting_func_accepting_base",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected