** Bug watch added: GCC Bugzilla #42540
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42540
** Also affects: gcc via
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42540
Importance: Unknown
Status: Unknown
** Summary changed:
- c++ error message [vtable undefined] is unhelpful
+ [PR42
** Tags added: needs-upstream-report
--
c++ error message [vtable undefined] is unhelpful
https://bugs.launchpad.net/bugs/305460
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
ht
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.
--
c++ error message [vtable undefined