]> git.ipfire.org Git - thirdparty/gcc.git/commit
locale_facets.tcc (num_get<>::_M_extract_float): According to 22.2.3.1...
authorPaolo Carlini <pcarlini@suse.de>
Sat, 28 Feb 2004 20:37:54 +0000 (20:37 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 28 Feb 2004 20:37:54 +0000 (20:37 +0000)
commit0e1b98ccccb889ca74e5ecd39dc5bd9f1f442fb1
tree55b6e5d30dfd53ce1497385626f8d3aa5c0d4ef4
parent757f9053a2dc9988345ba87829c2a9220c9a4ef2
locale_facets.tcc (num_get<>::_M_extract_float): According to 22.2.3.1...

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.

From-SVN: r78625
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]