diff --git a/src/math/automata/automaton.h b/src/math/automata/automaton.h index 2a4c964f9..e7d7c8bfb 100644 --- a/src/math/automata/automaton.h +++ b/src/math/automata/automaton.h @@ -476,7 +476,7 @@ public: get_moves(state, m_delta_inv, mvs, epsilon_closure); } - template + template std::ostream& display(std::ostream& out, D& displayer = D()) const { out << "init: " << init() << "\n"; out << "final: ";