mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 09:12:16 +00:00
remove some allocs from exceptions
This commit is contained in:
parent
8791f61aa7
commit
cef17c22a1
19 changed files with 36 additions and 40 deletions
|
@ -844,8 +844,7 @@ namespace qe {
|
|||
break;
|
||||
case l_undef:
|
||||
result.push_back(in.get());
|
||||
std::string s = "search failed";
|
||||
throw tactic_exception(s.c_str());
|
||||
throw tactic_exception("search failed");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue