3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fix debug build

This commit is contained in:
Nuno Lopes 2022-06-17 14:35:33 +01:00
parent 73a24ca0a9
commit d9fcfdab34
8 changed files with 12 additions and 10 deletions

View file

@ -1046,6 +1046,7 @@ void params::set_sym(char const * k, symbol const & v) {
}
#ifdef Z3DEBUG
#include <iostream>
void pp(params_ref const & p) {
std::cout << p << std::endl;
}

View file

@ -24,6 +24,9 @@ Revision History:
#include "util/util.h"
#include "util/vector.h"
#include<iomanip>
#ifdef Z3DEBUG
# include <iostream>
#endif
small_object_allocator::small_object_allocator(char const * id) {
for (unsigned i = 0; i < NUM_SLOTS; i++) {