[PATCH] D31780: Add a virtual destructor to a class with virtual methods.

Ivan Krasin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 13:00:20 PDT 2017


krasin added a comment.

So, this does not work as it introduces an undefined reference to the operator delete. And after a second thought, it might be that it's the warning that got enabled by default is to blame.


https://reviews.llvm.org/D31780





More information about the llvm-commits mailing list