Skip to content
Snippets Groups Projects
Commit 072ca355 authored by geoffk's avatar geoffk
Browse files

* include/backward/fstream.h: Add missing semicolons.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41090 138bc75d-0d04-0410-961f-82ee72b054a4
parent 06c564bd
No related merge requests found
2001-04-04 Geoffrey Keating <geoffk@redhat.com>
* include/backward/fstream.h: Add missing semicolons.
2001-04-03 Benjamin Kosnik <bkoz@redhat.com> 2001-04-03 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/fstream.tcc: Add bool parameter to filebuf ctor. * include/bits/fstream.tcc: Add bool parameter to filebuf ctor.
......
...@@ -34,14 +34,14 @@ using std::filebuf; ...@@ -34,14 +34,14 @@ using std::filebuf;
using std::ifstream; using std::ifstream;
using std::ofstream; using std::ofstream;
using std::fstream; using std::fstream;
using std::streampos using std::streampos;
#ifdef _GLIBCPP_USE_WCHAR_T #ifdef _GLIBCPP_USE_WCHAR_T
using std::wfilebuf; using std::wfilebuf;
using std::wifstream; using std::wifstream;
using std::wofstream; using std::wofstream;
using std::wfstream; using std::wfstream;
using std::wstreampos using std::wstreampos;
#endif #endif
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment