From 579b98c5963c2b86d191d481a2147a663a8196dd Mon Sep 17 00:00:00 2001 From: gatecat Date: Tue, 1 Jun 2021 16:51:18 +0100 Subject: Use hashlib for core netlist structures Signed-off-by: gatecat --- common/hashlib.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/hashlib.h') diff --git a/common/hashlib.h b/common/hashlib.h index 48db024f..30fefc65 100644 --- a/common/hashlib.h +++ b/common/hashlib.h @@ -339,6 +339,10 @@ template class dict } public: + using key_type = K; + using mapped_type = T; + using value_type = std::pair; + class const_iterator : public std::iterator> { friend class dict; -- cgit v1.2.3