[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)
| 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", |
nothing calls this directly
no outgoing calls
no test coverage detected