* stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.
From-SVN: r26388
This commit is contained in:
parent
c499fa6456
commit
8dadfd1957
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Apr 13 00:32:57 1999 Mumit Khan <khan@xraylith.wisc.edu>
|
||||
|
||||
* stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.
|
||||
|
||||
Sun Apr 11 23:48:30 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* bitset: Re-install Alexandre's lost patch from 1998-11-27.
|
||||
|
|
|
@ -197,6 +197,10 @@
|
|||
# define __STL_HAS_NAMESPACES
|
||||
# endif
|
||||
|
||||
# if defined(__MINGW32__)
|
||||
# define __STL_NO_DRAND48
|
||||
# endif
|
||||
|
||||
# if defined(_MSC_VER)
|
||||
# define __STL_NO_DRAND48
|
||||
# define __STL_NEED_TYPENAME
|
||||
|
|
Loading…
Add table
Reference in a new issue