]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/ChangeLog
locale_facets.tcc (money_get<>::_M_extract): The value _space_ indicates that at...
authorPaolo Carlini <pcarlini@suse.de>
Mon, 8 Mar 2004 10:51:30 +0000 (10:51 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 8 Mar 2004 10:51:30 +0000 (10:51 +0000)
commitf1c89270e5d53efe52a6ee176a86224d60043047
tree191b993bd45f2d350674a5b95c66bef1b4efed0b
parentd50a16c4335e68f36982ab6e2de8744d6bcd101d
locale_facets.tcc (money_get<>::_M_extract): The value _space_ indicates that at least one space is required at that position.

2004-03-08  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (money_get<>::_M_extract):
The value _space_ indicates that at least one space is required
at that position.
* testsuite/22_locale/money_get/get/char/17.cc: New.
* testsuite/22_locale/money_get/get/wchar_t/17.cc: New.

* testsuite/22_locale/money_get/get/char/7.cc: Minor tweaks.
* testsuite/22_locale/money_get/get/wchar_t/7.cc: Likewise.

* include/bits/locale_facets.tcc (money_get<>::do_get(long_double&)):
Remove redundant conditional on __str.size().

From-SVN: r79111
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_facets.tcc
libstdc++-v3/testsuite/22_locale/money_get/get/char/17.cc [new file with mode: 0644]
libstdc++-v3/testsuite/22_locale/money_get/get/char/7.cc
libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/17.cc [new file with mode: 0644]
libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/7.cc