aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2004-06-22 10:06:39 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2004-06-22 10:06:39 +0000
commit80dddedcaf316e1a1f3346c9cbda719b40fd28a5 (patch)
tree5f2d938ba07c066da1ee25f22e88ae358b32679f /gcc
parent39bc18760f4b039c6fc89f98a132183b8371a751 (diff)
downloadgcc-80dddedcaf316e1a1f3346c9cbda719b40fd28a5.zip
gcc-80dddedcaf316e1a1f3346c9cbda719b40fd28a5.tar.gz
gcc-80dddedcaf316e1a1f3346c9cbda719b40fd28a5.tar.bz2
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
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions