1
0
mirror of synced 2026-04-29 05:16:49 +00:00

Added hashlib::idict<>

This commit is contained in:
Clifford Wolf
2015-01-18 12:12:33 +01:00
parent 61192514e3
commit 0217ea0fb8
3 changed files with 73 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ using hashlib::hash_cstr_ops;
using hashlib::hash_ptr_ops;
using hashlib::hash_obj_ops;
using hashlib::dict;
using hashlib::idict;
using hashlib::pool;
namespace RTLIL {