gcc/libstdc++-v3/include/std
Paolo Carlini 80dddedcaf std_istream.h (ignore(streamsize __n = 1, int_type __delim = traits_type::eof())): Split into...
2004-06-22  Paolo Carlini  <pcarlini@suse.de>

	* include/std/std_istream.h (ignore(streamsize __n = 1,
	int_type __delim = traits_type::eof())): Split into...
	(ignore(), ignore(streamsize __n), ignore(streamsize __n,
	int_type __delim)): The first two can be much more simpler
	and efficient than the fully general case; also, the last
	two can take advantage of the same mechanism already used
	for getline.
	* include/bits/istream.tcc (ignore(streamsize __n = 1,
	int_type __delim = traits_type::eof()): Remove.
	(ignore(), ignore(streamsize __n), ignore(streamsize __n,
	int_type __delim)): New.

From-SVN: r83486
2004-06-22 10:06:39 +00:00
..
std_algorithm.h [multiple changes] 2003-11-11 20:09:16 +00:00
std_bitset.h std_bitset.h: Minor formatting fixes. 2004-05-16 17:45:29 +00:00
std_complex.h std_complex.h (sin(const complex<_Tp>& __z)): Make this function return a value. 2004-06-10 16:54:49 +00:00
std_deque.h [multiple changes] 2003-11-11 20:09:16 +00:00
std_fstream.h std_fstream.h: Tweak a comment. 2003-11-16 00:55:51 +00:00
std_functional.h [multiple changes] 2003-11-11 20:09:16 +00:00
std_iomanip.h
std_ios.h
std_iosfwd.h
std_iostream.h
std_istream.h std_istream.h (ignore(streamsize __n = 1, int_type __delim = traits_type::eof())): Split into... 2004-06-22 10:06:39 +00:00
std_iterator.h [multiple changes] 2003-11-11 20:09:16 +00:00
std_limits.h
std_list.h [multiple changes] 2003-11-11 20:09:16 +00:00
std_locale.h
std_map.h [multiple changes] 2003-11-11 20:09:16 +00:00
std_memory.h c_locale.h: Change ::malloc() to new char[]. 2004-01-30 03:43:00 +00:00
std_numeric.h [multiple changes] 2003-11-11 20:09:16 +00:00
std_ostream.h re PR libstdc++/14078 (Manipulators are slow) 2004-02-11 12:08:23 +00:00
std_queue.h [multiple changes] 2003-11-11 20:09:16 +00:00
std_set.h [multiple changes] 2003-11-11 20:09:16 +00:00
std_sstream.h re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
std_stack.h [multiple changes] 2003-11-11 20:09:16 +00:00
std_stdexcept.h
std_streambuf.h re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
std_string.h
std_utility.h [multiple changes] 2003-11-11 20:09:16 +00:00
std_valarray.h std_valarray.h: Document DR389 [Ready]. 2004-03-20 10:05:48 +00:00
std_vector.h [multiple changes] 2003-11-11 20:09:16 +00:00