]> git.ipfire.org Git - thirdparty/gcc.git/commit
ctype_members.cc (ctype<wchar_t>::do_widen(char)): Switch to _M_c_locale_ctype around...
authorJakub Jelinek <jakub@redhat.com>
Thu, 5 Sep 2002 07:54:26 +0000 (09:54 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 5 Sep 2002 07:54:26 +0000 (09:54 +0200)
commitf373d4c761d558910774264f085e117f6c8cf791
tree163734e49b1723c47f849e3c8f087a7547741975
parent9a6d20712ba05d64e03f7252c5b145494ce7937e
ctype_members.cc (ctype<wchar_t>::do_widen(char)): Switch to _M_c_locale_ctype around btowc call.

* config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_widen(char)):
Switch to _M_c_locale_ctype around btowc call.
(ctype<wchar_t>::do_widen(const char*, const char *, wchar_t*)):
Switch to _M_c_locale_ctype around mbsrtowcs call.
(ctype<wchar_t>::do_narrow(char)): Switch to _M_c_locale_ctype around
wctob call.
(ctype<wchar_t>::do_narrow(const char*, const char *, wchar_t*)):
Switch to _M_c_locale_ctype around wcsrtombs call.

From-SVN: r56841
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/gnu/ctype_members.cc