mirror of
https://github.com/verilator/verilator.git
synced 2025-01-22 14:24:18 +00:00
Add TspStateBase destructor (#2620).
This commit is contained in:
parent
e3c32adad4
commit
faa5edc068
@ -39,6 +39,8 @@ public:
|
|||||||
// key maps so that iteration is stable, without relying
|
// key maps so that iteration is stable, without relying
|
||||||
// on pointer values that could lead to nondeterminism.
|
// on pointer values that could lead to nondeterminism.
|
||||||
virtual bool operator<(const TspStateBase& otherp) const = 0;
|
virtual bool operator<(const TspStateBase& otherp) const = 0;
|
||||||
|
|
||||||
|
virtual ~TspStateBase() = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef std::vector<const TspStateBase*> StateVec;
|
typedef std::vector<const TspStateBase*> StateVec;
|
||||||
|
Loading…
Reference in New Issue
Block a user