mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
detect overlapping signatures #1134
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
98391883ca
commit
d06e48a361
2 changed files with 24 additions and 3 deletions
|
@ -42,6 +42,7 @@ Notes:
|
|||
|
||||
class func_decls {
|
||||
func_decl * m_decls;
|
||||
bool signatures_collide(func_decl* f, func_decl* g) const;
|
||||
public:
|
||||
func_decls():m_decls(0) {}
|
||||
func_decls(ast_manager & m, func_decl * f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue