Hacker News new | ask | show | jobs
by ryandrake 3286 days ago
How would you handle failure in copy constructors?
1 comments

Most likely having an explicit copy method instead of a copy constructor.