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