summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/performance/27_io/fmtflags_manipulators.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
| | | | From-SVN: r232055
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
| | | | From-SVN: r219188
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
| | | | From-SVN: r206301
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
| | | | From-SVN: r195701
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-13/+4
| | | | From-SVN: r145841
* All files: Update FSF address.Kelley Cook2005-08-171-1/+1
| | | | | | | | 2005-08-17 Kelley Cook <kcook@gcc.gnu.org> * All files: Update FSF address. From-SVN: r103192
* re PR libstdc++/14078 (Manipulators are slow)Paolo Carlini2004-02-111-0/+69
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