OSDN Git Service

2004-02-28 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Feb 2004 20:37:54 +0000 (20:37 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Feb 2004 20:37:54 +0000 (20:37 +0000)
commit228c2148ee42d6dd54512b0e2cf29cba6d7994f0
tree55b6e5d30dfd53ce1497385626f8d3aa5c0d4ef4
parentc11a8e91be69bd35dd8abdd4fca609d895798c21
2004-02-28  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
According to 22.2.3.1, p2, 'units' may be followed by 'e' with
no 'decimal-point' in the middle: in this case too we must fix
up __found_grouping; slightly tweak.
* testsuite/22_locale/num_get/get/char/14.cc: New.
* testsuite/22_locale/num_get/get/wchar_t/14.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78625 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_facets.tcc
libstdc++-v3/testsuite/22_locale/num_get/get/char/14.cc [new file with mode: 0644]
libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/14.cc [new file with mode: 0644]