We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd8fe5 commit ebbbf5fCopy full SHA for ebbbf5f
src/goto-programs/goto_model.h
@@ -31,7 +31,7 @@ class goto_modelt
31
goto_functions.clear();
32
}
33
34
- void output(std::ostream &out)
+ void output(std::ostream &out) const
35
{
36
namespacet ns(symbol_table);
37
goto_functions.output(ns, out);
0 commit comments