Skip to content

[bugfix] make GridPart2GridView copy-assignable (see #42)

This patch converts the reference stored internally in GridPart2GridView into a pointer. It also removes copy-constructor and copy-assignment operator (the latter was deleted), making the class copy-constructible and copy-assignable.

Merge request reports