-
- Downloads
codecvt.h: Implement codecvt<wchar_t, char, mbstate_t>.
2000-08-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * bits/codecvt.h: Implement codecvt<wchar_t, char, mbstate_t>. Fix up __enc_traits template so as to be marginally useful. * src/codecvt.cc: And here. * bits/char_traits: Tweak. * bits/locale_facets.h: Tweak. * bits/locale_facets.tcc: Tweak. * bits/localefwd.h: Tweak. * src/locale-inst.cc: Add use_facet/has_facet instantiations here. * testsuite/22_locale/codecvt_wchar_t_cc.cc: New file. * testsuite/22_locale/codecvt_char_char.cc: New file. * testsuite/22_locale/codecvt_unicode_char.cc: New file. From-SVN: r35870
Showing
- libstdc++-v3/ChangeLog 14 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/bits/char_traits.h 2 additions, 2 deletionslibstdc++-v3/bits/char_traits.h
- libstdc++-v3/bits/codecvt.h 272 additions, 56 deletionslibstdc++-v3/bits/codecvt.h
- libstdc++-v3/bits/locale_facets.h 15 additions, 15 deletionslibstdc++-v3/bits/locale_facets.h
- libstdc++-v3/bits/locale_facets.tcc 6 additions, 7 deletionslibstdc++-v3/bits/locale_facets.tcc
- libstdc++-v3/bits/localefwd.h 21 additions, 21 deletionslibstdc++-v3/bits/localefwd.h
- libstdc++-v3/src/codecvt.cc 65 additions, 32 deletionslibstdc++-v3/src/codecvt.cc
- libstdc++-v3/src/locale-inst.cc 11 additions, 2 deletionslibstdc++-v3/src/locale-inst.cc
Loading
Please register or sign in to comment