-
Hey, But the missing piece is a testcase. How to make a simple testcase that would force a dependency on this symbol in some simple C++ code that doesn't use pybind11. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'll answer my own question, not related to pybind11 in the end. A delegating constructor in the header file causes a reference to the vftable. |
Beta Was this translation helpful? Give feedback.
I'll answer my own question, not related to pybind11 in the end. A delegating constructor in the header file causes a reference to the vftable.