gcc/libstdc++-v3/include
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
..
backward re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
bits std_istream.h (ignore(streamsize __n = 1, int_type __delim = traits_type::eof())): Split into... 2004-06-22 10:06:39 +00:00
c std_cctype.h, [...]: Remove trailing whitespace. 2003-12-09 04:41:52 +01:00
c_compatibility iso646.h, [...]: Remove trailing whitespace. 2003-12-09 04:51:46 +01:00
c_std re PR libstdc++/11706 (std::pow(T, int) implementation pessimizes code) 2004-03-11 10:42:26 +00:00
debug re PR libstdc++/16020 (cannot copy __gnu_debug::bitset) 2004-06-18 17:13:35 +00:00
ext mt_allocator (__mt_alloc<>::_Tune): Add _M_align, the alignment requested. 2004-06-18 23:27:30 +00:00
std std_istream.h (ignore(streamsize __n = 1, int_type __delim = traits_type::eof())): Split into... 2004-06-22 10:06:39 +00:00
Makefile.am allocator: New. 2004-03-13 06:54:25 +00:00
Makefile.in Makefile.in: Regenerate with automake 1.8.5. 2004-06-14 17:49:30 +00:00
stdc++.h stdc++.h: New. 2003-03-14 22:16:06 +00:00