This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
libstdc++-2.90.1/stl/bits/std_memory.h:
{ return auto_ptr_ref<_Tp>(this.release()); }
this.release() --> this->release()
{ return auto_ptr_ref<_Tp>(this->release()); }
Ryszard Kabatek
--
Martin-Luther University Halle-Wittenberg
Department of Physical Chemistry
Geusaer Str. 88, 06217 Merseburg, Germany
Tel. +49 3461 46 2487 Fax. +49 3461 46 2129