summaryrefslogtreecommitdiff
path: root/libstdc++
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-11 17:55:56 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-11 17:55:56 +0000
commitb587f6ab4dfe31275b1b7140c6216978ebfb80d0 (patch)
tree430d1c92ed6022a15d7157896b90568568c31f96 /libstdc++
parentecc9f825fe7e466a5f0cfd09a57022cbc2aea1df (diff)
downloadgcc-b587f6ab4dfe31275b1b7140c6216978ebfb80d0.tar.gz
* stl_config.h (__SGI_STL_USE_AUTO_PTR_CONVERSIONS): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22989 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/stl/ChangeLog1
-rw-r--r--libstdc++/stl/stl_config.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++/stl/ChangeLog b/libstdc++/stl/ChangeLog
index d95b1073c08..848f74b61ec 100644
--- a/libstdc++/stl/ChangeLog
+++ b/libstdc++/stl/ChangeLog
@@ -1,5 +1,6 @@
1998-10-11 Mark Mitchell <mark@markmitchell.com>
+ * stl_config.h (__SGI_STL_USE_AUTO_PTR_CONVERSIONS): Define.
* memory (auto_ptr::operator auto_ptr_ref<_Tp1>): Fix typo.
(auto_ptr::operator auto_ptr<_Tp1>): Add missing
semicolon.
diff --git a/libstdc++/stl/stl_config.h b/libstdc++/stl/stl_config.h
index 7cd60d8460d..31efbf8731f 100644
--- a/libstdc++/stl/stl_config.h
+++ b/libstdc++/stl/stl_config.h
@@ -159,6 +159,7 @@
# define __STL_EXPLICIT_FUNCTION_TMPL_ARGS
# define __STL_HAS_NAMESPACES
# define __STL_NO_NAMESPACES
+# define __SGI_STL_USE_AUTO_PTR_CONVERSIONS
# endif
/* glibc pre 2.0 is very buggy. We have to disable thread for it.
It should be upgraded to glibc 2.0 or later. */