locale_facets.tcc (num_get::_M_extract_int): Admit grouping for octals and hexadecima...
authorPaolo Carlini <pcarlini@unitus.it>
Thu, 28 Feb 2002 21:16:45 +0000 (22:16 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 28 Feb 2002 21:16:45 +0000 (21:16 +0000)
commit694d519fb0a8b8c784895c780c2510a092624165
tree84093a8ea6c178d4b3645af17dee99080214e396
parentabda4f1c2d763d7bbaff9ace16015938b73de107
locale_facets.tcc (num_get::_M_extract_int): Admit grouping for octals and hexadecimals too.

2002-02-28  Paolo Carlini  <pcarlini@unitus.it>

        * include/bits/locale_facets.tcc (num_get::_M_extract_int):
        Admit grouping for octals and hexadecimals too.
        * testsuite/22_locale/num_get_members_char.cc: Add test04.
        (test01): Tweak "." -> "," in void* test.
        * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.

        * testsuite/27_io/ios_manip_basefield.cc: Remove static keyword.
        * testsuite/27_io/ios_manip_fmtflags.cc: Remove two of them.

From-SVN: r50162
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_facets.tcc
libstdc++-v3/testsuite/22_locale/num_get_members_char.cc
libstdc++-v3/testsuite/22_locale/num_get_members_wchar_t.cc
libstdc++-v3/testsuite/27_io/ios_manip_basefield.cc
libstdc++-v3/testsuite/27_io/ios_manip_fmtflags.cc