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