mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
build fix
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
489da283bb
commit
cd33550f32
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ struct solver::imp {
|
||||||
}
|
}
|
||||||
|
|
||||||
std::ostream& print_monomial_with_vars(unsigned i, std::ostream& out) const {
|
std::ostream& print_monomial_with_vars(unsigned i, std::ostream& out) const {
|
||||||
return print_monomial_with_vars(m_monomials[i], tout);
|
return print_monomial_with_vars(m_monomials[i], out);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue