Examine and remove explicit copy constructors
Closed this issue · 1 comments
sethzenz commented
In the past I have put explicit copy constructors in some cases, e.g. in the tags, that are not needed and can create future issues with consistent copying of new variables. When time permits I will do a full check of these and remove them where appropriate.
sethzenz commented
Done some time ago.