locale_facets.tcc (money_get::do_get(string)): Deal correctly with !(__io.flags(...
authorPaolo Carlini <pcarlini@unitus.it>
Mon, 4 Feb 2002 19:51:32 +0000 (20:51 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 4 Feb 2002 19:51:32 +0000 (19:51 +0000)
commit53804e7c808fd0512da802348aa61d472263a709
treed998abb5f16adb648bf040b0709b73aadab1468d
parent24c545ff924c8a6a24f5b85f6352cac27bd18247
locale_facets.tcc (money_get::do_get(string)): Deal correctly with !(__io.flags() & ios_base::showbase) for case...

2002-02-04  Paolo Carlini  <pcarlini@unitus.it>

        libstdc++/5579
        * include/bits/locale_facets.tcc (money_get::do_get(string)):
        Deal correctly with !(__io.flags() & ios_base::showbase)
        for case money_base::symbol.
        * testsuite/22_locale/money_get_members_char.cc: Add test05.
        * testsuite/22_locale/money_get_members_wchar_t.cc: Add test05.

From-SVN: r49489
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_facets.tcc
libstdc++-v3/testsuite/22_locale/money_get_members_char.cc
libstdc++-v3/testsuite/22_locale/money_get_members_wchar_t.cc