-
- Downloads
locale_facets.tcc (num_get::_M_extract_int, [...]): According to 22.2.2.1.2...
2003-12-31 Paolo Carlini <pcarlini@suse.de> * include/bits/locale_facets.tcc (num_get::_M_extract_int, num_get::_M_extract_float): According to 22.2.2.1.2, p8-9, _first_ look for thousands_sep, then for decimal_point and finally for digits. (num_get::_M_extract_float): After the decimal_point or 'e'/'E', decimal_point and thousands_sep just break out the parsing loop. * testsuite/22_locale/num_get/get/char/11.cc: Add tests. * testsuite/22_locale/num_get/get/wchar_t/11.cc: Likewise. From-SVN: r75259
Showing
- libstdc++-v3/ChangeLog 12 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/locale_facets.tcc 49 additions, 41 deletionslibstdc++-v3/include/bits/locale_facets.tcc
- libstdc++-v3/testsuite/22_locale/num_get/get/char/11.cc 49 additions, 10 deletionslibstdc++-v3/testsuite/22_locale/num_get/get/char/11.cc
- libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/11.cc 49 additions, 10 deletionslibstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/11.cc
Loading
Please register or sign in to comment