fix copy ctor
Using operator= in a copy ctor is a rather bad idea when the operator= accesses uninitialized data members.
Showing
Please
register
or
sign in
to comment
Using operator= in a copy ctor is a rather bad idea when the operator= accesses uninitialized data members.