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:
parent
f30e8ccec3
commit
90fc8d854f
2 changed files with 22 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue