2004-03-02 Paolo Carlini <pcarlini@suse.de>
commitfac7a62f9d393eb44398ec04d2181f309028c551
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Mar 2004 22:25:51 +0000 (2 22:25 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Mar 2004 22:25:51 +0000 (2 22:25 +0000)
tree7d4104b6e6bdf96d853500c11f97a1ebbcfe1806
parentdb25945d888377526c243eb72e768eea6ea8be42
2004-03-02  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (money_get<>::_M_extract):
Reorganize a bit the main parsing loop, thus early detecting
an empty value component.
* testsuite/22_locale/money_get/get/char/16.cc: New.
* testsuite/22_locale/money_get/get/wchar_t/16.cc: New.

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