mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
remove refs to bare_str
This commit is contained in:
parent
405a26c585
commit
011c1b2dd2
11 changed files with 46 additions and 49 deletions
|
@ -88,7 +88,7 @@ void Sy(Z3_symbol sym) {
|
|||
*g_z3_log << "# " << s.get_num();
|
||||
}
|
||||
else {
|
||||
*g_z3_log << "$ |" << ll_escaped{s.bare_str()} << '|';
|
||||
*g_z3_log << "$ |" << ll_escaped{s.str().c_str()} << '|';
|
||||
}
|
||||
*g_z3_log << std::endl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue