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:
parent
cf28cbab0a
commit
722cce0cff
3 changed files with 19 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue