mirror of
https://github.com/Z3Prover/z3
synced 2026-06-11 03:15:36 +00:00
Modern C++: Add std::span overload for mk_or, adopt std::clamp, optimize stream output (#8507)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
384a8e291b
commit
bb35267e46
10 changed files with 19 additions and 20 deletions
|
|
@ -580,7 +580,7 @@ void substitution_tree::display(std::ostream & out, subst const & s) const {
|
|||
out << "(" << to_app(s.second)->get_decl()->get_name();
|
||||
for (unsigned i = 0; i < num; ++i)
|
||||
out << " r!" << to_var(to_app(s.second)->get_arg(i))->get_idx();
|
||||
out << ")";
|
||||
out << ')';
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue