mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
tidy round1
This commit is contained in:
@@ -35,7 +35,7 @@ template <class OBJ>
|
||||
class Iterator
|
||||
{
|
||||
public:
|
||||
virtual ~Iterator() {}
|
||||
virtual ~Iterator() = default;
|
||||
virtual bool hasNext() = 0;
|
||||
virtual OBJ next() = 0;
|
||||
};
|
||||
@@ -116,4 +116,4 @@ protected:
|
||||
SET_TYPE::const_iterator itr_;
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
Reference in New Issue
Block a user