gcc/libstdc++-v3/include
Paolo Carlini 74843551df sstream.tcc (overflow): Instead of calling str()...
2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

	* include/bits/sstream.tcc (overflow): Instead of calling
	str(), then _M_string.reserve, thus copying the contents
	of the current buffer two times, just copy the latter in
	a temporary, then use the 'swap trick'.

From-SVN: r66358
2003-05-02 00:14:49 +00:00
..
backward
bits sstream.tcc (overflow): Instead of calling str()... 2003-05-02 00:14:49 +00:00
c
c_compatibility
c_std porting.texi (_GLIBCPP_USE_C99_CHECK): New macro. 2003-04-18 09:53:58 +00:00
ext stdio_filebuf.h (stdio_filebuf(int, std::ios_base::openmode, bool, size_t), [...]): Shorten a bit (-10 lines) by factoring out some code. 2003-05-01 08:41:59 +00:00
std std_sstream.h (str()): Revert the best of the previous 'improvement'... 2003-05-01 23:20:33 +00:00
Makefile.am
Makefile.in
stdc++.h