-
- Downloads
Change constructor in copy function
The previous implementation would allocate an array that would be destroyed immediately, since the (deep)copy of the array allocates it properly.
Please register or sign in to comment
The previous implementation would allocate an array that would be destroyed immediately, since the (deep)copy of the array allocates it properly.