2001-02-16 Greg Bumgardner <bumgard@roguewave.com>
commitd47c401cd7b5853886dc9c179fb802ca1f63a7a0
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Feb 2001 17:51:45 +0000 (17 17:51 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Feb 2001 17:51:45 +0000 (17 17:51 +0000)
treeb133e82fcf2e96957914cf1597c56b161b8b285b
parentd5333767b3007d4502f7e21b8642b249dd8485b0
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39802 138bc75d-0d04-0410-961f-82ee72b054a4
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