Commit 8dadfd19 by Mumit Khan Committed by Jeff Law

* stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.

From-SVN: r26388
parent c499fa64
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment