3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

checkpoint

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-11-29 17:52:07 -08:00
parent cf28cbab0a
commit 722cce0cff
3 changed files with 19 additions and 5 deletions

View file

@ -85,8 +85,8 @@ public:
It displays 'default' if k is not in the parameter set.
*/
void display(std::ostream & out, char const * k);
void display(std::ostream & out, symbol const & k);
void display(std::ostream & out, char const * k) const;
void display(std::ostream & out, symbol const & k) const;
};
inline std::ostream & operator<<(std::ostream & out, params_ref const & ref) {