3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

add rval methods to scoped_vector

This commit is contained in:
Nuno Lopes 2020-07-12 22:16:24 +01:00
parent f30e8ccec3
commit 90fc8d854f
2 changed files with 22 additions and 7 deletions

View file

@ -324,11 +324,6 @@ public:
return *this;
}
ref_vector & operator=(ref_vector const & other) {
set(other);
return *this;
}
ref_vector & operator=(ref_vector && other) = default;
bool operator==(ref_vector const& other) const {