mirror of
https://github.com/Z3Prover/z3
synced 2025-11-06 14:26:03 +00:00
api: avoid some string copies when using mk_external_string
This commit is contained in:
parent
0b9ed925d6
commit
bd8c870bbe
11 changed files with 25 additions and 40 deletions
|
|
@ -34,7 +34,7 @@ static mutex g_log_mux;
|
|||
#endif
|
||||
|
||||
// functions called from api_log_macros.*
|
||||
void SetR(void * obj) {
|
||||
void SetR(const void * obj) {
|
||||
*g_z3_log << "= " << obj << '\n';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue