Re: Any compiler warning for default copy constructors?
Re: Any compiler warning for default copy constructors?
- Subject: Re: Any compiler warning for default copy constructors?
- From: Scott Fraser <email@hidden>
- Date: Fri, 24 Feb 2006 10:28:35 -0800
Excellent! Any suggestions on a good list of "Best Practices" for C++?
I obviously need a refresher.
Thanks.
Scott
-----
On Feb 22, 2006, at 06:30 PM, Steve Baxter wrote:
Also worth getting into the habit of declaring a private copy
constructor and operator = for classes that are not designed to be
copied. This will cause a compile error for the sort of bug that bit
you!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden