Skip to content
Snippets Groups Projects
Commit 268ed99a authored by Mark Olesen's avatar Mark Olesen
Browse files

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>&)
parent 2c815e5b
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment