mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
parent
a52303c4fb
commit
0301d2e05e
|
@ -607,7 +607,7 @@ namespace z3 {
|
|||
unsigned id() const { unsigned r = Z3_get_sort_id(ctx(), *this); check_error(); return r; }
|
||||
|
||||
/**
|
||||
\brief Return true if this sort and \c s are equal.
|
||||
\brief Assign sort s to this
|
||||
*/
|
||||
sort & operator=(sort const & s) { return static_cast<sort&>(ast::operator=(s)); }
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue