2002-03-05 Paolo Carlini <pcarlini@unitus.it>
authorPaolo Carlini <pcarlini@unitus.it>
Tue, 5 Mar 2002 12:09:45 +0000 (13:09 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 5 Mar 2002 12:09:45 +0000 (12:09 +0000)
commit84eb48794cd23249c6aee93da67f1023d97850fa
tree1cded21c99c3d2386712c2039ec57076f9019cb7
parent170c56da73fb503fb9ae28de8b66bf96fc38f4bf
2002-03-05  Paolo Carlini  <pcarlini@unitus.it>

libstdc++/5816
* include/bits/locale_facets.tcc
(num_get::_M_extract_float): Fix the parsing of __dec, since
the standard prescribes that if no grouping characters are
seen, no grouping check is applied.
        * testsuite/22_locale/num_get_members_char.cc: Add test05
distilled from the PR.
        * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.

From-SVN: r50317
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