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
75da53c9
Commit
75da53c9
authored
24 years ago
by
Geoffrey Keating
Committed by
Geoffrey Keating
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/backward/fstream.h: Add missing semicolons.
From-SVN: r41090
parent
de307574
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/include/backward/fstream.h
+2
-2
No files found.
libstdc++-v3/ChangeLog
View file @
75da53c9
2001-04-04 Geoffrey Keating <geoffk@redhat.com>
* include/backward/fstream.h: Add missing semicolons.
2001-04-03 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/fstream.tcc: Add bool parameter to filebuf ctor.
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/include/backward/fstream.h
View file @
75da53c9
...
...
@@ -34,14 +34,14 @@ using std::filebuf;
using
std
::
ifstream
;
using
std
::
ofstream
;
using
std
::
fstream
;
using
std
::
streampos
using
std
::
streampos
;
#ifdef _GLIBCPP_USE_WCHAR_T
using
std
::
wfilebuf
;
using
std
::
wifstream
;
using
std
::
wofstream
;
using
std
::
wfstream
;
using
std
::
wstreampos
using
std
::
wstreampos
;
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
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