joker-eph wrote: > I have ~IntMonomial() = default; which then references the base class destructor, The base class destructor being declared as pure virtual (`= 0;`), I'm puzzled about this reference? https://github.com/llvm/llvm-project/pull/91137