mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 20:58:54 +00:00
xor to xr to avoid clang issue
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fa0c75e76e
commit
61f99b242e
5 changed files with 114 additions and 110 deletions
|
@ -400,7 +400,7 @@ namespace sat {
|
|||
}
|
||||
break;
|
||||
}
|
||||
case ba_solver::xor_t:
|
||||
case ba_solver::xr_t:
|
||||
NOT_IMPLEMENTED_YET();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue