gcc/libstdc++-v3/testsuite/27_io
Paolo Carlini ceed88b131 re PR libstdc++/22515 (operator>>(istream, string/CharT*) can be faster)
2005-07-24  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/22515
	* include/bits/basic_string.h: Declare the specialization
	operator>>(basic_istream<char>&, basic_string<char>&).
	* include/std/std_istream.h: Declate the specialization
	operator>>(basic_istream<char>&, char*).
	* include/std/std_streambuf.h (basic_streambuf): Add friend
	declarations for the above.
	* src/istream.cc: Define the above.
	* testsuite/27_io/basic_istream/extractors_character/char/4.cc: New.
	* testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc:
	Likewise.
	* testsuite/performance/27_io/ifstream_extract_chars.cc: Likewise.

From-SVN: r102353
2005-07-25 08:47:33 +00:00
..
basic_filebuf re PR libstdc++/21955 (std::stringbuf vs. in_avail) 2005-06-08 17:29:44 +00:00
basic_fstream test.html: Update. 2005-04-07 04:16:26 +00:00
basic_ifstream std_fstream.h (basic_fstream<>::open, [...]): Implement the resolution of DR 409 [Ready], call clear() on success. 2005-03-07 16:58:43 +00:00
basic_ios testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
basic_iostream 9555-ic.cc: Clarify assertion, set test variable to false before assert. 2004-04-19 19:00:09 +00:00
basic_istream re PR libstdc++/22515 (operator>>(istream, string/CharT*) can be faster) 2005-07-25 08:47:33 +00:00
basic_istringstream 2832.cc: New. 2004-08-24 13:55:44 +00:00
basic_ofstream std_fstream.h (basic_fstream<>::open, [...]): Implement the resolution of DR 409 [Ready], call clear() on success. 2005-03-07 16:58:43 +00:00
basic_ostream ostream.tcc (basic_ostream<>::operator<<(long), [...]): Don't deal with oct and hex and casts to unsigned here... 2005-07-11 09:48:31 +00:00
basic_ostringstream 2832.cc: New. 2004-08-24 13:55:44 +00:00
basic_streambuf re PR libstdc++/21955 (std::stringbuf vs. in_avail) 2005-06-08 17:29:44 +00:00
basic_stringbuf re PR libstdc++/21955 (std::stringbuf vs. in_avail) 2005-06-08 17:29:44 +00:00
basic_stringstream test.html: Update. 2005-04-07 04:16:26 +00:00
fpos test.html: Update. 2005-04-07 04:16:26 +00:00
ios_base re PR c++/21280 (#pragma interface, templates, and "inline function used but never defined") 2005-06-02 17:48:58 +00:00
manipulators 1.cc: New. 2004-08-27 14:45:47 +00:00
objects testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
types PR libstdc++/7219 (continued) 2004-08-20 21:14:56 +00:00