This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Copy Constructor Problem with 3.2.2??
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: "Phil Prentice" <philp dot cheer at btinternet dot com>,<gcc-help at gnu dot org>,<gcc at gnu dot org>
- Date: Fri, 18 Jun 2004 13:11:48 +0200
- Subject: Re: Copy Constructor Problem with 3.2.2??
- References: <E1BbHDo-0007oa-4a@monty-python.gnu.org>
Phil Prentice wrote:
> Point (Point& pt); // Copy Constructor
Point (const Point& pt);
Giovanni Bajo