gcc/libstdc++-v3/testsuite/performance
Paolo Carlini a2af66c186 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
2004-02-11 12:08:23 +00:00
..
20_util/allocator check_performance (CXX): Add -DNOTHREAD. 2004-02-06 08:12:38 +00:00
21_strings 6.cc: New. 2004-01-30 23:26:13 +00:00
22_locale Reshuffle performance testsuite. 2004-01-30 17:06:42 +00:00
23_containers Reshuffle performance testsuite. 2004-01-30 17:06:42 +00:00
26_numerics Reshuffle performance testsuite. 2004-01-30 17:06:42 +00:00
27_io re PR libstdc++/14078 (Manipulators are slow) 2004-02-11 12:08:23 +00:00