From: Paolo Carlini Date: Mon, 30 Jun 2003 17:46:26 +0000 (+0000) Subject: 2003-06-30 Paolo Carlini X-Git-Tag: releases/gcc-3.4.0~5310 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbfcbadc8f87d333559bf1bd2c3d690f7dda85c6;p=thirdparty%2Fgcc.git 2003-06-30 Paolo Carlini Tweak a couple of recent Changelog entries. From-SVN: r68716 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 04a5a5b0337d..f2bdb355cda8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -14,8 +14,8 @@ 2003-06-30 Paolo Carlini - * include/std/std_streambuf.h (_M_mode): Move from here to - filebuf and stringbuf. + * include/std/std_streambuf.h (_M_mode): Unused by streambuf, move + from here to filebuf and stringbuf. (~basic_streambuf()): Don't set _M_mode. (basic_streambuf()): Don't set _M_mode. * include/std/std_fstream.h (_M_mode): Move here, from streambuf. @@ -45,8 +45,8 @@ 2003-06-29 Paolo Carlini - * include/bits/stl_algo.h (LOTS): Fully qualify standard - functions with std::, thus avoiding Koenig lookup. + * include/bits/stl_algo.h: Fully qualify standard functions + with std::, thus avoiding Koenig lookup. 2003-06-29 Paolo Carlini