You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QCustomPlot isn't using C++11 thus we're getting a few warnings about missing overrides.
This has been fixed in #188 however an update to the upstream will kill this. Thus adding a cross-compiler macro (msvc, gcc, clang) around the header include should be added at some point.
The text was updated successfully, but these errors were encountered:
QCustomPlot isn't using C++11 thus we're getting a few warnings about missing
overrides
.This has been fixed in #188 however an update to the upstream will kill this. Thus adding a cross-compiler macro (msvc, gcc, clang) around the header include should be added at some point.
The text was updated successfully, but these errors were encountered: