ostream.tcc (ostream::operator<<(_CharT)): Always allocate at least a byte.
authorBenjamin Kosnik <bkoz@redhat.com>
Thu, 28 Mar 2002 03:15:08 +0000 (03:15 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 28 Mar 2002 03:15:08 +0000 (03:15 +0000)
commita3ebd14d24d97379462543660912c2536c2aafc2
tree81a6cb7b237b4b31664811f7c6186b4cadf361c9
parent47d0866c79c04d8d86ce3d1eff9dda7899179c4b
ostream.tcc (ostream::operator<<(_CharT)): Always allocate at least a byte.

2002-03-27  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/ostream.tcc (ostream::operator<<(_CharT)): Always
allocate at least a byte.

* testsuite/18_support/numeric_limits.cc (test_extrema): Make
debugger-friendly.
* testsuite/27_io/streambuf.cc (test07): Fix.
(test06): Enable.

From-SVN: r51494
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/ostream.tcc
libstdc++-v3/testsuite/18_support/numeric_limits.cc
libstdc++-v3/testsuite/27_io/streambuf.cc