Skip to content

Commit

Permalink
Disable SerieData comparisons
Browse files Browse the repository at this point in the history
Has problems in MSVC.
  • Loading branch information
syyyr committed Oct 21, 2024
1 parent e4bb8d5 commit 1084e39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libshvcoreqt/include/shv/coreqt/data/valuechange.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ class SHVCOREQT_DECL_EXPORT SerieData : public std::vector<ValueChange>
void extendRange(double &min, double &max) const;
void extendRange(ValueChange::TimeStamp &min, ValueChange::TimeStamp &max) const;

bool operator==(const SerieData&) const = delete;

private:
ValueType m_xType;
ValueType m_yType;
Expand Down

0 comments on commit 1084e39

Please sign in to comment.