]> git.ipfire.org Git - thirdparty/gcc.git/commit
strstream.cc (strstreambuf::overflow): Make sure operands of min and max have the...
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 4 Mar 2003 21:21:44 +0000 (21:21 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Tue, 4 Mar 2003 21:21:44 +0000 (21:21 +0000)
commit1a8f10da2ce369173baecfda58cb74862a8dd6dd
treec3aaad807a936f27fecc4b2ee33fcdace0f8599b
parentec4a0419ad5374ad56137458e8de8bc4047cebe3
strstream.cc (strstreambuf::overflow): Make sure operands of min and max have the same type.

* src/strstream.cc (strstreambuf::overflow): Make sure operands of
min and max have the same type.
* include/bits/basic_string.tcc (append, rfind, compare): Likewise.

From-SVN: r63802
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_string.tcc
libstdc++-v3/src/strstream.cc