aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@markmitchell.com>1999-01-20 17:01:43 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-01-20 17:01:43 +0000
commit3240a1a2d28e3bbb94f863b7fd6f0590d93fba3f (patch)
tree7eb3f174349f8c0d7d8f279b9656ebec0bea31a5
parent9a40349fc80a108672bc3c64795fb9463a5fe69c (diff)
downloadgcc-3240a1a2d28e3bbb94f863b7fd6f0590d93fba3f.zip
gcc-3240a1a2d28e3bbb94f863b7fd6f0590d93fba3f.tar.gz
gcc-3240a1a2d28e3bbb94f863b7fd6f0590d93fba3f.tar.bz2
* stl_config.h (__STL_USE_NAMESPACES): Define.
From-SVN: r24791
-rw-r--r--libstdc++/stl/ChangeLog4
-rw-r--r--libstdc++/stl/stl_config.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++/stl/ChangeLog b/libstdc++/stl/ChangeLog
index 87f26c4..5e2240b 100644
--- a/libstdc++/stl/ChangeLog
+++ b/libstdc++/stl/ChangeLog
@@ -1,3 +1,7 @@
+1999-01-20 Mark Mitchell <mark@markmitchell.com>
+
+ * stl_config.h (__STL_USE_NAMESPACES): Define.
+
1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
* bitset: explicitly convert basic_string<...>::npos to size_t in
diff --git a/libstdc++/stl/stl_config.h b/libstdc++/stl/stl_config.h
index 31efbf8..6e46ebd 100644
--- a/libstdc++/stl/stl_config.h
+++ b/libstdc++/stl/stl_config.h
@@ -160,6 +160,7 @@
# define __STL_HAS_NAMESPACES
# define __STL_NO_NAMESPACES
# define __SGI_STL_USE_AUTO_PTR_CONVERSIONS
+# define __STL_USE_NAMESPACES
# 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. */