mozart / mozart2

Mozart Programming System v2
http://mozart.github.io/
BSD 2-Clause "Simplified" License
566 stars 96 forks source link

Fix public destructor in virtual base class #340

Open layus opened 2 years ago

layus commented 2 years ago

gcc rightfully complains:

warning: destructor called on non-final 'mozart::boostenv::BoostBigInt' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        { __p->~_Up(); }
          ^