540N/A# Patch for CR 7098498
540N/A--- stdcxx-4.2.1/include/loc/_moneypunct.h 2011-07-10 11:57:53.407297720 -0700
540N/A+++ stdcxx-4.2.1/include/loc/_moneypunct.h 2011-10-06 09:50:48.591327947 -0700
540N/A@@ -67,7 +67,7 @@
540N/A typedef
540N/A basic_string<char_type, char_traits<char_type>, allocator<char_type> >
540N/A string_type;
540N/A- typedef moneypunct<_CharT, bool> _Type;
540N/A+ typedef moneypunct<_CharT, _Intl> _Type;
540N/A
540N/A _EXPLICIT moneypunct (_RWSTD_SIZE_T __refs = 0)
540N/A : _RW::__rw_facet (__refs),