ostream.tcc (ostream::put): Fixed error condition check.
authorStephen M. Webb <stephen@bregmasoft.com>
Wed, 18 Jul 2001 17:58:37 +0000 (17:58 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 18 Jul 2001 17:58:37 +0000 (17:58 +0000)
commitfed3b7b43192f7168f083cef98e70555d8898f94
tree5b8039dd8e3565b2f8c58dff6b3f92f7c7ac5803
parent6a65ea5be3974fda8ad750906ae553914f1c5f0b
ostream.tcc (ostream::put): Fixed error condition check.

2001-07-18  Stephen M. Webb  <stephen@bregmasoft..com>
            Roman Sulzhyk  <roman_sulzhyk@yahoo.com>

        libstdc++/3599
        * include/bits/ostream.tcc (ostream::put): Fixed error condition check.
        * testsuite/27_io/streambuf.cc (test07): Added new regression test.

Co-Authored-By: Roman Sulzhyk <roman_sulzhyk@yahoo.com>
From-SVN: r44122
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/ostream.tcc
libstdc++-v3/testsuite/27_io/streambuf.cc