mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
This commit is contained in:
parent
babac78c99
commit
1346a168a1
4 changed files with 54 additions and 24 deletions
|
@ -267,6 +267,7 @@ protected:
|
|||
cmd_context & m_owner;
|
||||
datatype_util m_dt_util;
|
||||
public:
|
||||
void reset() { m_dt_util.reset(); }
|
||||
dt_eh(cmd_context & owner);
|
||||
~dt_eh() override;
|
||||
void operator()(sort * dt, pdecl* pd) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue