mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
replace lp_assert(false) with UNREACHABLE
This commit is contained in:
parent
3efe91c3e3
commit
8b0aa22631
23 changed files with 654 additions and 891 deletions
|
@ -44,7 +44,7 @@ inline std::string lconstraint_kind_string(lconstraint_kind t) {
|
|||
case EQ: return std::string("=");
|
||||
case NE: return std::string("!=");
|
||||
}
|
||||
lp_unreachable();
|
||||
UNREACHABLE();
|
||||
return std::string(); // it is unreachable
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue