]> gcc.gnu.org Git - gcc.git/commit
re PR libstdc++/14078 (Manipulators are slow)
authorPaolo Carlini <pcarlini@suse.de>
Wed, 11 Feb 2004 12:08:23 +0000 (12:08 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 11 Feb 2004 12:08:23 +0000 (12:08 +0000)
commita2af66c18641b86b068d1866d7e16cb5fa9e65c2
treeb09ff32ddd5470c9c42662e8c8744974bb68ebd7
parented045bef20cf6f6997a9beb7c785a2881f0f984e
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
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/std_istream.h
libstdc++-v3/include/std/std_ostream.h
libstdc++-v3/testsuite/performance/27_io/fmtflags_manipulators.cc [new file with mode: 0644]
This page took 0.061645 seconds and 5 git commands to generate.