From 75da53c9eee2bab8452bfec70dc0cddc5e391b2b Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Wed, 4 Apr 2001 18:04:52 +0000 Subject: [PATCH] * include/backward/fstream.h: Add missing semicolons. From-SVN: r41090 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/backward/fstream.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 09906daac90..dda2c47055f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-04-04 Geoffrey Keating + + * include/backward/fstream.h: Add missing semicolons. + 2001-04-03 Benjamin Kosnik * include/bits/fstream.tcc: Add bool parameter to filebuf ctor. diff --git a/libstdc++-v3/include/backward/fstream.h b/libstdc++-v3/include/backward/fstream.h index b4ecd3d8cad..6252d5d0969 100644 --- a/libstdc++-v3/include/backward/fstream.h +++ b/libstdc++-v3/include/backward/fstream.h @@ -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 -- 2.30.2