mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
added missing return statements, reordered def of compl to match declaration order of methods
This commit is contained in:
parent
1099c519ab
commit
3fb226dcd6
2 changed files with 4 additions and 4 deletions
|
@ -479,13 +479,13 @@ public:
|
|||
info star() const;
|
||||
info plus() const;
|
||||
info opt() const;
|
||||
info compl() const;
|
||||
info concat(info & rhs, bool lhs_is_concat) const;
|
||||
info disj(info& rhs) const;
|
||||
info conj(info& rhs) const;
|
||||
info diff(info& rhs) const;
|
||||
info orelse(info& rhs) const;
|
||||
info loop(unsigned lower) const;
|
||||
info compl() const;
|
||||
};
|
||||
private:
|
||||
seq_util& u;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue