* stl_config.h (__STL_USE_NAMESPACES): Define.
From-SVN: r24791
This commit is contained in:
parent
9a40349fc8
commit
3240a1a2d2
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user