mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-03 16:29:50 +02:00
Tag, TagGroup use UnorderedSet
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -31,6 +31,11 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
explicit UnorderedSet(size_t size) :
|
||||
std::unordered_set<KEY, HASH, EQUAL>(size)
|
||||
{
|
||||
}
|
||||
|
||||
explicit UnorderedSet(size_t size,
|
||||
const HASH &hash,
|
||||
const EQUAL &equal) :
|
||||
|
||||
Reference in New Issue
Block a user