std_ostream.h: Replaced usage of _Traits::_S_eos() with _CharT() as per section 17...
authorGreg Bumgardner <bumgard@roguewave.com>
Sat, 17 Feb 2001 17:51:45 +0000 (17:51 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 17 Feb 2001 17:51:45 +0000 (17:51 +0000)
commitf5d3e93f974899f1fde4b015e925d25b908a666d
treeb133e82fcf2e96957914cf1597c56b161b8b285b
parent6483cbecc479c7adde5b2c348e1211c57730d0fc
std_ostream.h: Replaced usage of _Traits::_S_eos() with _CharT() as per section 17.2.2.1.3.

2001-02-16  Greg Bumgardner <bumgard@roguewave.com>

libstdc++/1734
        * include/bits/std_ostream.h: Replaced usage of
        _Traits::_S_eos() with _CharT() as per section 17.2.2.1.3.
        * include/bits/char_traits.h: Removed non-standard
        methods that cannot be used elsewhere.

libstdc++/1885
        * include/bits/basic_ios.h: Uncommented #include of
        bits/basic_ios.tcc

libstdc++/1897
        * include/bits/codecvt.h: See next...
        * include/bits/fstream.tcc: See next...
        * include/bits/ostream.tcc: Add __extension__
        to variable-length arrays.

libstdc++/1967
        * include/bits/localefwd.h: Changed int counter type to size_t.

libstdc++/1968
        * include/bits/std_fstream.h: Added typedef for __ctype_type.

From-SVN: r39802
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_ios.h
libstdc++-v3/include/bits/basic_ios.tcc
libstdc++-v3/include/bits/char_traits.h
libstdc++-v3/include/bits/codecvt.h
libstdc++-v3/include/bits/fstream.tcc
libstdc++-v3/include/bits/localefwd.h
libstdc++-v3/include/bits/ostream.tcc
libstdc++-v3/include/bits/std_fstream.h
libstdc++-v3/include/bits/std_ostream.h