mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
regression fix, fix unicode mode
This commit is contained in:
parent
64ba44d2ac
commit
4e8ba8b160
4 changed files with 63 additions and 63 deletions
|
@ -215,7 +215,7 @@ public:
|
|||
|
||||
bool is_value(app * e) const override;
|
||||
|
||||
bool is_unique_value(app * e) const override { return false; }
|
||||
bool is_unique_value(app * e) const override;
|
||||
|
||||
bool are_equal(app* a, app* b) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue