mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 08:15:47 +00:00
This commit is contained in:
parent
904c6e21b1
commit
c8a83749dd
2 changed files with 8 additions and 0 deletions
|
@ -67,4 +67,7 @@ inline std::string operator+(std::string const& s, mk_pp const& pp) {
|
|||
return strm.str();
|
||||
}
|
||||
|
||||
inline std::string& operator+=(std::string& s, mk_pp const& pp) {
|
||||
return s = s + pp;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue