3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 00:18:45 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-01-20 09:12:09 -08:00
parent 3a572edb9c
commit c5432dbd88
3 changed files with 3 additions and 3 deletions

View file

@ -182,7 +182,7 @@ public:
bool operator!=(iterator const& other) const;
};
subterms(expr_ref_vector const& es);
subterms(const expr_ref& e);
subterms(expr_ref const& e);
iterator begin();
iterator end();
};