3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-10-17 13:25:08 -07:00
parent 42e9a0156b
commit 43f8214453
3 changed files with 88 additions and 28 deletions

View file

@ -410,7 +410,7 @@ public:
void fill(unsigned sz, T const & elem) {
resize(sz);
fill(sz, elem);
fill(elem);
}
bool contains(T const & elem) const {