mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
fix debug build
This commit is contained in:
parent
73a24ca0a9
commit
d9fcfdab34
8 changed files with 12 additions and 10 deletions
|
@ -1401,6 +1401,7 @@ std::ostream& operator<<(std::ostream& out, sort_ref_vector const& e) {
|
|||
|
||||
|
||||
#ifdef Z3DEBUG
|
||||
#include <iostream>
|
||||
void pp(expr const * n, ast_manager & m) {
|
||||
std::cout << mk_ismt2_pp(const_cast<expr*>(n), m) << std::endl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue