mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 19:19:40 +08:00
c011e2ad8a
2000-06-29 Branko Cibej <branko.cibej@hermes.si> * bits/std_memory.h (auto_ptr_ref): Reworked and defined only if _GLIBCPP_RESOLVE_LIB_DEFECTS. (auto_ptr): _M_ptr changed to void*. (suto_ptr::get): Cast _M_ptr to element type. (auto_ptr::auto_ptr(auto_ptr<Tp1>)): Test implicit convetsion. (auto_ptr::~auto_ptr): Use this->get() instead of _M_ptr. (auto_ptr::operator*): Likewise. (auto_ptr::operator->): Likewise. (auto_ptr::release): Likewise. (auto_ptr::reset): Likewise. (auto_ptr::auto_ptr(auto_ptr_ref)): Initialize from __ref._M_release. (auto_ptr::operator auto_ptr_rev<_Tp1>): Updated. Define nested auto_ptr_ref unless _GLIBCPP_RESOLVE_LIB_DEFECTS. Define operator=(auto_ptr_ref) if _GLIBCPP_RESOLVE_LIB_DEFECTS. From-SVN: r34792 |
||
---|---|---|
boehm-gc | ||
config | ||
contrib | ||
etc | ||
gcc | ||
include | ||
INSTALL | ||
libchill | ||
libf2c | ||
libffi | ||
libiberty | ||
libio | ||
libjava | ||
libobjc | ||
libstdc++ | ||
libstdc++-v3 | ||
texinfo | ||
zlib | ||
.cvsignore | ||
ChangeLog | ||
config-ml.in | ||
config.guess | ||
config.if | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
COPYING.LIB | ||
install-sh | ||
ltconfig | ||
ltmain.sh | ||
MAINTAINERS | ||
Makefile.in | ||
missing | ||
mkinstalldirs | ||
move-if-change | ||
README | ||
symlink-tree | ||
ylwrap |
README for GNU development tools This directory contains various GNU compilers, assemblers, linkers, debuggers, etc., plus their support routines, definitions, and documentation. Check the INSTALL directory for detailed configuration and installation instructions. Much of the code and documentation enclosed is copyright by the Free Software Foundation, Inc. See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.