mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 12:51:22 +00:00
fixing templates for broken windows hash functions
This commit is contained in:
parent
852f53d6a6
commit
1e8c04be8e
5 changed files with 16 additions and 21 deletions
|
@ -58,7 +58,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
typedef hash_map<symb,foci2::symb,symb_hash> FuncDeclToSymbol;
|
||||
typedef hash_map<symb,foci2::symb> FuncDeclToSymbol;
|
||||
FuncDeclToSymbol func_decl_to_symbol; // maps Z3 func decls to symbols
|
||||
|
||||
typedef hash_map<foci2::symb,symb> SymbolToFuncDecl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue