mirror of
https://github.com/Z3Prover/z3
synced 2025-10-18 13:30:26 +00:00
Rename to get_assignment to prevent clash with class name
This commit is contained in:
parent
3f5e6a4bfa
commit
c55d316c6a
6 changed files with 10 additions and 12 deletions
|
@ -110,8 +110,6 @@ namespace polysat {
|
|||
std::ostream& display(std::ostream& out) const;
|
||||
};
|
||||
|
||||
using assignment_t = assignment;
|
||||
|
||||
inline std::ostream& operator<<(std::ostream& out, substitution const& sub) { return sub.display(out); }
|
||||
|
||||
inline std::ostream& operator<<(std::ostream& out, assignment const& a) { return a.display(out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue