This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
auto_ptr
- To: egcs at cygnus dot com
- Subject: auto_ptr
- From: Martynas Kunigelis <mkunigelis at alna dot lt>
- Date: Thu, 15 Oct 1998 10:45:20 +0300
- Organization: UAB "Alna"
I read this in /usr/include/g++/memory from egcs-1.1b:
// 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.
I believe the C++ standard is now settled, is auto_ptr still commented
out in latest snapshot? (haven't checked)
Martynas