Fix size bug in PackedList operator=, spotted by Mattijs.
- the size_ was not being adjusted in two assignment operators: PackedList<nBits>::operator=(const PackedList<nBits>&) PackedList<nBits>::operator=(const UList<label>&)
Please register or sign in to comment