Y
Hacker News
new
|
ask
|
show
|
jobs
by
ryandrake
3286 days ago
How would you handle failure in copy constructors?
1 comments
dan00
3286 days ago
Most likely having an explicit copy method instead of a copy constructor.
link