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
896b336b
Commit
896b336b
authored
Apr 03, 2001
by
Andreas Schwab
Committed by
Andreas Schwab
Apr 03, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/backward/fstream.h: Define filebuf and wfilebuf.
From-SVN: r41048
parent
ef14c259
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/include/backward/fstream.h
+2
-0
No files found.
libstdc++-v3/ChangeLog
View file @
896b336b
2001-04-03 Andreas Schwab <schwab@suse.de>
* include/backward/fstream.h: Define filebuf and wfilebuf.
2001-04-02 Phil Edwards <pme@sources.redhat.com>
2001-04-02 Phil Edwards <pme@sources.redhat.com>
New concept checking implementation.
New concept checking implementation.
...
...
libstdc++-v3/include/backward/fstream.h
View file @
896b336b
...
@@ -30,11 +30,13 @@
...
@@ -30,11 +30,13 @@
#include <bits/std_fstream.h>
#include <bits/std_fstream.h>
using
std
::
filebuf
;
using
std
::
ifstream
;
using
std
::
ifstream
;
using
std
::
ofstream
;
using
std
::
ofstream
;
using
std
::
fstream
;
using
std
::
fstream
;
#ifdef _GLIBCPP_USE_WCHAR_T
#ifdef _GLIBCPP_USE_WCHAR_T
using
std
::
wfilebuf
;
using
std
::
wifstream
;
using
std
::
wifstream
;
using
std
::
wofstream
;
using
std
::
wofstream
;
using
std
::
wfstream
;
using
std
::
wfstream
;
...
...
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