QCustomPlot Discussion and Comments

Error after updating to version 2.1.0Return to overview

Hello.
I updated qcustomplot from version 2.0.1 to 2.1.0.
I got errors on Linux such as
looser throw specifier for QCPAbstractPlottable1D<DataType>::~QCPAbstractPlottable1D() [with DataType=QCPGraphData]
QCPAbstractPlottable1D<DataType>::~QCPAbstractPlottable1D() [with DataType=QCPCurveData]
QCPAbstractPlottable1D<DataType>::~QCPAbstractPlottable1D() [with DataType=QCPBarsData]
QCPAbstractPlottable1D<DataType>::~QCPAbstractPlottable1D() [with DataType=QCPStatisticalBoxData]
QCPAbstractPlottable1D<DataType>::~QCPAbstractPlottable1D() [with DataType=QCPFinancialData]

Qt version is 5.5.1

What C++ version are you using? With C++11 and newer you shouldn't have that problem.