mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
display'
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
22d2458c93
commit
bcf896bd03
1 changed files with 0 additions and 10 deletions
|
@ -1546,16 +1546,6 @@ void ast_manager::raise_exception(std::string const& msg) {
|
||||||
throw ast_exception(msg.c_str());
|
throw ast_exception(msg.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
std::ostream& ast_manager::display(std::ostream& out, parameter const& p) {
|
|
||||||
switch (p.get_kind()) {
|
|
||||||
case parameter::PARAM_AST:
|
|
||||||
return out << mk_pp(p.get_ast(), *this);
|
|
||||||
default:
|
|
||||||
return p.display(out);
|
|
||||||
}
|
|
||||||
return out;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
std::ostream& ast_manager::display(std::ostream& out, parameter const& p) {
|
std::ostream& ast_manager::display(std::ostream& out, parameter const& p) {
|
||||||
switch (p.get_kind()) {
|
switch (p.get_kind()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue