* stl_config.h (__STL_USE_NAMESPACES): Define.

From-SVN: r24791
This commit is contained in:
Mark Mitchell 1999-01-20 17:01:43 +00:00 committed by Mark Mitchell
parent 9a40349fc8
commit 3240a1a2d2
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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. */