[Mlir-commits] [mlir] Support polynomial attributes with floating point coefficients (PR #91137)

Mehdi Amini llvmlistbot at llvm.org
Mon May 13 10:29:43 PDT 2024


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


More information about the Mlir-commits mailing list