mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
local
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
42e9a0156b
commit
43f8214453
3 changed files with 88 additions and 28 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue