mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
move a few strings instead of copying
This commit is contained in:
parent
2417bedb98
commit
6a0c409b0f
14 changed files with 30 additions and 30 deletions
|
@ -173,7 +173,7 @@ namespace smt {
|
|||
if (num_instances > 0) {
|
||||
out << "[quantifier_instances] ";
|
||||
out.width(10);
|
||||
out << q->get_qid().str().c_str() << " : ";
|
||||
out << q->get_qid().str() << " : ";
|
||||
out.width(6);
|
||||
out << num_instances << " : ";
|
||||
out.width(3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue