3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 01:18:45 +00:00

renamed compl method (compl is a reserved c++ keyword) to complement

This commit is contained in:
Margus Veanes 2020-08-21 17:34:15 -07:00
parent 4dd9249a95
commit 1e29ba76d0
2 changed files with 3 additions and 3 deletions

View file

@ -479,7 +479,7 @@ public:
info star() const;
info plus() const;
info opt() const;
info compl() const;
info complement() const;
info concat(info & rhs, bool lhs_is_concat) const;
info disj(info& rhs) const;
info conj(info& rhs) const;