Commit 75da53c9 by Geoffrey Keating Committed by Geoffrey Keating

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

From-SVN: r41090
parent de307574
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.
......
......@@ -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
......
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