3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

Merge branch 'master' of https://github.com/Z3Prover/z3 into jan4

This commit is contained in:
Christoph M. Wintersteiger 2016-01-05 14:48:52 +00:00
commit b3a1aa27ee

View file

@ -476,7 +476,7 @@ public:
get_moves(state, m_delta_inv, mvs, epsilon_closure);
}
template<class D = default_display>
template<class D>
std::ostream& display(std::ostream& out, D& displayer = D()) const {
out << "init: " << init() << "\n";
out << "final: ";