mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-29 14:05:44 +08:00
586b5f2013
2004-03-23 Benjamin Kosnik <bkoz@redhat.com> * include/bits/locale_facets.h: Tweaks for 80 column. (__numpunct_cache::_M_cache): Move to locale_facets.tcc. (__moneypunct_cache::_M_cache): Same. (num_get): Don't inherit from __num_base. (num_put): Same. (money_get): Don't inherit from money_base. (money_put): Same. (__timepunct::_M_am_pm_format): New. (time_get::_M_extract_num): Return iterator, use ios_base as argument. (time_get::_M_extract_name): Same. (time_get::_M_extract_via_format): Same. * include/bits/locale_facets.tcc: Tweaks for 80 column. Use _M_getloc instead of getloc. * testsuite/22_locale/money_put/put/char/9780-3.cc: New. * testsuite/22_locale/num_put/put/char/9780-2.cc: New. * testsuite/22_locale/time_put/put/char/9780-1.cc: New. From-SVN: r79902 |
||
---|---|---|
.. | ||
codecvt | ||
codecvt_byname | ||
collate | ||
collate_byname | ||
ctype | ||
ctype_base | ||
ctype_byname | ||
facet | ||
global_templates | ||
locale | ||
messages | ||
messages_byname | ||
money_get | ||
money_put | ||
moneypunct | ||
moneypunct_byname | ||
num_get | ||
num_put | ||
numpunct | ||
numpunct_byname | ||
time_get | ||
time_put |