This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: auto_ptr in egcs-1.0.1 ?


On Fri, 9 Jan 1998, Munagala V. S. Ramanath wrote:

> Date: Fri, 09 Jan 1998 12:09:18 -0800 (PST)
> From: "Munagala V. S. Ramanath" <ram@NETCOM.COM>
> To: egcs@cygnus.COM
> Subject: auto_ptr in egcs-1.0.1 ?
> 
> Hi,
> 
> Just noticed that attempting to use auto_ptr with egcs-1.0.1 produces a
> diagnostic:
> 
> tmp2.C:7: `auto_ptr' undeclared (first use this function)
> 
> and the relevant declarations are commented out with an "#if 0" in
> the file "memory" preceded by the following comments:

note, that there are also two bugs in the release method
implementation

> 
> // Note: auto_ptr is commented out in this release because the details
> //  of the interface are still being discussed by the C++ standardization
> //  committee.  It will be included once the iterface is finalized.
> 
> Is the interface still in a state of flux ?

regards

OK



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]