Comment 1 for bug 305460

Revision history for this message
Alan Jenkins (aj504) wrote : Re: c++ error message [vtable undefined] is unhelpful

To be clear: the problem is that the error message only mentions the constructor, and the vtable. It doesn't mention the method A::B(), which is actually the problem. On a less-minimal example it could take much longer to work out what the real problem is.