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]

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: 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 ?

Ram


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