3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-07 16:31:55 +00:00

enable printing in Release

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-07-09 20:48:39 -07:00
parent 5c712d471f
commit c4c52ad104
13 changed files with 10 additions and 33 deletions

View file

@ -216,7 +216,7 @@ public:
#ifdef Z3DEBUG
bool is_OK() const;
void print(std::ostream & out);
#endif
void print(std::ostream & out);
};
}