summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2004-02-11 12:08:23 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2004-02-11 12:08:23 +0000
commita2af66c18641b86b068d1866d7e16cb5fa9e65c2 (patch)
treeb09ff32ddd5470c9c42662e8c8744974bb68ebd7 /libstdc++-v3/ChangeLog
parented045bef20cf6f6997a9beb7c785a2881f0f984e (diff)
downloadgcc-a2af66c18641b86b068d1866d7e16cb5fa9e65c2.tar.gz
re PR libstdc++/14078 (Manipulators are slow)
2004-02-10 Paolo Carlini <pcarlini@suse.de> Petur Runolfsson <peturr02@ru.is> PR libstdc++/14078 * include/std/std_istream.h (operator>>(__istream_type& (*) (__istream_type&)), operator>>(__ios_type& (*)(__ios_type&)), operator>>(ios_base& (*)(ios_base&))): Declare inline. * include/std/std_ostream.h (operator<<(__ostream_type& (*) (__ostream_type&)), operator<<(__ios_type& (*)(__ios_type&)), operator<<(ios_base& (*) (ios_base&))): Likewise. * testsuite/performance/27_io/fmtflags_manipulators.cc: New. Co-Authored-By: Petur Runolfsson <peturr02@ru.is> From-SVN: r77650
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 8bd9edc07d6..9eef2c647e7 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,15 @@
+2004-02-11 Paolo Carlini <pcarlini@suse.de>
+ Petur Runolfsson <peturr02@ru.is>
+
+ PR libstdc++/14078
+ * include/std/std_istream.h (operator>>(__istream_type& (*)
+ (__istream_type&)), operator>>(__ios_type& (*)(__ios_type&)),
+ operator>>(ios_base& (*)(ios_base&))): Declare inline.
+ * include/std/std_ostream.h (operator<<(__ostream_type& (*)
+ (__ostream_type&)), operator<<(__ios_type& (*)(__ios_type&)),
+ operator<<(ios_base& (*) (ios_base&))): Likewise.
+ * testsuite/performance/27_io/fmtflags_manipulators.cc: New.
+
2004-02-10 Loren J. Rittle <ljrittle@acm.org>
PR libstdc++/14098