diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2003-06-30 17:46:26 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2003-06-30 17:46:26 +0000 |
commit | fbfcbadc8f87d333559bf1bd2c3d690f7dda85c6 (patch) | |
tree | 557e0ff1b21a1653fa665bb9ea1dd7c61b1e9a50 | |
parent | 44f0760eaea8e0c2842b438248c52b380d128571 (diff) | |
download | gcc-fbfcbadc8f87d333559bf1bd2c3d690f7dda85c6.zip gcc-fbfcbadc8f87d333559bf1bd2c3d690f7dda85c6.tar.gz gcc-fbfcbadc8f87d333559bf1bd2c3d690f7dda85c6.tar.bz2 |
2003-06-30 Paolo Carlini <pcarlini@unitus.it>
Tweak a couple of recent Changelog entries.
From-SVN: r68716
-rw-r--r-- | libstdc++-v3/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 04a5a5b..f2bdb35 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -14,8 +14,8 @@ 2003-06-30 Paolo Carlini <pcarlini@unitus.it> - * 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 <pcarlini@unitus.it> - * 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 <pcarlini@unitus.it> |