3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-30 21:19:29 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-03-20 14:58:12 -07:00
commit abc274e290
4 changed files with 276 additions and 220 deletions

View file

@ -620,7 +620,7 @@ public:
core_hashtable& operator=(core_hashtable const& other) {
if (this == &other) return *this;
reset();
for (const data& d : e) {
for (const data& d : other) {
insert(d);
}
return *this;