OSDN Git Service

* stl_config.h (__SGI_STL_USE_AUTO_PTR_CONVERSIONS): Define.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Oct 1998 17:55:56 +0000 (17:55 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Oct 1998 17:55:56 +0000 (17:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22989 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++/stl/ChangeLog
libstdc++/stl/stl_config.h

index d95b107..848f74b 100644 (file)
@@ -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.
index 7cd60d8..31efbf8 100644 (file)
 #     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. */