* stl_config.h (__SGI_STL_USE_AUTO_PTR_CONVERSIONS): Define.
authorMark Mitchell <mark@markmitchell.com>
Sun, 11 Oct 1998 17:55:56 +0000 (17:55 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 11 Oct 1998 17:55:56 +0000 (17:55 +0000)
From-SVN: r22989

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

index d95b1073c08eada43fe535b678fec3f93c783f9e..848f74b61ec1bc29a0a6338c29781ac1d1f34a39 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 7cd60d8460d92a291f5dda1659dd636bbb1cf42f..31efbf8731f17efeb625776cc40d20780959c118 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. */