-
- Downloads
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
Showing
- libstdc++-v3/ChangeLog 9 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/locale_facets.tcc 10 additions, 9 deletionslibstdc++-v3/include/bits/locale_facets.tcc
- libstdc++-v3/testsuite/22_locale/num_get/get/char/14.cc 59 additions, 0 deletionslibstdc++-v3/testsuite/22_locale/num_get/get/char/14.cc
- libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/14.cc 59 additions, 0 deletionslibstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/14.cc
Loading
Please register or sign in to comment