ctype_base.h (ctype_base): fix __to_type definition.
authorLaurynas Biveinis <lauras@softhome.net>
Mon, 5 Mar 2001 04:44:16 +0000 (04:44 +0000)
committerLaurynas Biveinis <lauras@gcc.gnu.org>
Mon, 5 Mar 2001 04:44:16 +0000 (04:44 +0000)
commite49ceff2d177870795b5f65b9e0c62821465481f
tree6dac6cd09de97d420090c14fee35bcc0b408897a
parentd9fd5aae76841f6eb601ef0f7fd9ae9869355473
ctype_base.h (ctype_base): fix __to_type definition.

        * config/os/djgpp/ctype_base.h (ctype_base): fix __to_type
        definition. Replace enum with static const variables.

        * config/os/djgpp/ctype_inline.h (ctype<char>::is): remove
        throw specification, fix typos, use <static_cast>.
        (ctype<char>::scan_is): remove throw specification.
        (ctype<char>::scan_not): likewise.

        * config/os/djgpp/ctype_noninline.h (ctype<char>::ctype): fix typo.
        (ctype<char>::do_toupper(char)): use <static_cast>.
        (ctype<char>::do_toupper(char *, const char *)): likewise.
        (ctype<char>::do_tolower(char)): likewise.
        (ctype<char>::do_tolower(char *, const char *)): likewise.

From-SVN: r40243
libstdc++-v3/ChangeLog
libstdc++-v3/config/os/djgpp/bits/ctype_base.h
libstdc++-v3/config/os/djgpp/bits/ctype_inline.h
libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h