3
0
Fork 0
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:
Jakob Rath 2023-01-09 17:15:40 +01:00
parent 3f5e6a4bfa
commit c55d316c6a
6 changed files with 10 additions and 12 deletions

View file

@ -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); }