Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
8dadfd19
Commit
8dadfd19
authored
Apr 12, 1999
by
Mumit Khan
Committed by
Jeff Law
Apr 12, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.
From-SVN: r26388
parent
c499fa64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
libstdc++/stl/ChangeLog
+4
-0
libstdc++/stl/stl_config.h
+4
-0
No files found.
libstdc++/stl/ChangeLog
View file @
8dadfd19
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.
...
...
libstdc++/stl/stl_config.h
View file @
8dadfd19
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment