[Bug libstdc++/51288] [C++0x] get_money implementation is missing the sentry object (does not skip leading whitespace)

paolo at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 28 13:46:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51288

--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-11-28 13:24:29 UTC ---
Author: paolo
Date: Mon Nov 28 13:24:23 2011
New Revision: 181775

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181775
Log:
2011-11-28  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/51288
    * include/std/iomanip (get_money, put_money): Use sentry.
    * testsuite/27_io/manipulators/extended/get_money/char/51288.cc: New.
    * testsuite/27_io/manipulators/extended/get_money/wchar_t/51288.cc:
    Likewise.
    * testsuite/27_io/manipulators/extended/put_money/char/51288.cc:
    Likewise.
    * testsuite/27_io/manipulators/extended/put_money/wchar_t/51288.cc:
    Likewise.

Added:
   
trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/char/51288.cc
   
trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/wchar_t/51288.cc
   
trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/char/51288.cc
   
trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/51288.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/iomanip



More information about the Gcc-bugs mailing list