gcc/libstdc++-v3/include
Paolo Carlini 247791f5d1 PR libstdc++/15002 (continued again)
2004-04-25  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/15002 (continued again)
	* include/bits/istream.tcc (getline(basic_istream<>&,
	basic_string<>&, _CharT)): Use a temporary buffer, thus
	avoiding reallocation for common case.

	* include/bits/basic_string.tcc (_S_construct(_InIterator,
	_InIterator, const _Alloc&, input_iterator_tag)): Tweak size
	of temporary buffer to a power of two.

	* testsuite/27_io/basic_istream/getline/char/4.cc: Add comment.

From-SVN: r81163
2004-04-25 15:45:13 +00:00
..
backward re PR libstdc++/14647 (bit_vectors are broken (regression)) 2004-03-19 06:54:40 -08:00
bits PR libstdc++/15002 (continued again) 2004-04-25 15:45:13 +00:00
c
c_compatibility
c_std re PR libstdc++/11706 (std::pow(T, int) implementation pessimizes code) 2004-03-11 10:42:26 +00:00
debug c++config (_GLIBCXX_STD): New. 2004-04-16 19:04:07 +00:00
ext Fixups for EDG front end. 2004-04-07 03:33:36 +00:00
std c++config (_GLIBCXX_STD): New. 2004-04-16 19:04:07 +00:00
Makefile.am allocator: New. 2004-03-13 06:54:25 +00:00
Makefile.in acinclude.m4 (GLIBCXX_CHECK_WCHAR_T_SUPPORT): Set LIBICONV, not libiconv. 2004-03-19 11:34:47 +00:00
stdc++.h