Author: faridz
Date: Tue Jun 26 08:50:07 2007
New Revision: 550833

URL: http://svn.apache.org/viewvc?view=rev&rev=550833
Log:
2007-06-26 Farid Zaripov <[EMAIL PROTECTED]>

        * 22.locale.money.put.mt.cpp: Added Ios::ios() invoking 
ios_base::init(0).
        * 22.locale.num.put.mt.cpp: The same.
        * 22.locale.time.put.mt.cpp: The same.

Modified:
    incubator/stdcxx/trunk/tests/localization/22.locale.money.put.mt.cpp
    incubator/stdcxx/trunk/tests/localization/22.locale.num.put.mt.cpp
    incubator/stdcxx/trunk/tests/localization/22.locale.time.put.mt.cpp

Modified: incubator/stdcxx/trunk/tests/localization/22.locale.money.put.mt.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/localization/22.locale.money.put.mt.cpp?view=diff&rev=550833&r1=550832&r2=550833
==============================================================================
--- incubator/stdcxx/trunk/tests/localization/22.locale.money.put.mt.cpp 
(original)
+++ incubator/stdcxx/trunk/tests/localization/22.locale.money.put.mt.cpp Tue 
Jun 26 08:50:07 2007
@@ -101,6 +101,7 @@
 #endif   // _RWSTD_NO_WCHAR_T
 
     struct Ios: std::ios {
+        Ios () { this->init (0); }
     } io;
 
     for (int i = 0; i != rw_opt_nloops; ++i) {

Modified: incubator/stdcxx/trunk/tests/localization/22.locale.num.put.mt.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/localization/22.locale.num.put.mt.cpp?view=diff&rev=550833&r1=550832&r2=550833
==============================================================================
--- incubator/stdcxx/trunk/tests/localization/22.locale.num.put.mt.cpp 
(original)
+++ incubator/stdcxx/trunk/tests/localization/22.locale.num.put.mt.cpp Tue Jun 
26 08:50:07 2007
@@ -89,6 +89,7 @@
 #endif   // _RWSTD_NO_WCHAR_T
 
     struct Ios: std::ios {
+        Ios () { this->init (0); }
     } io;
 
     const std::ios::fmtflags baseflags[] = {

Modified: incubator/stdcxx/trunk/tests/localization/22.locale.time.put.mt.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/localization/22.locale.time.put.mt.cpp?view=diff&rev=550833&r1=550832&r2=550833
==============================================================================
--- incubator/stdcxx/trunk/tests/localization/22.locale.time.put.mt.cpp 
(original)
+++ incubator/stdcxx/trunk/tests/localization/22.locale.time.put.mt.cpp Tue Jun 
26 08:50:07 2007
@@ -100,6 +100,7 @@
 #endif   // _RWSTD_NO_WCHAR_T
 
     struct Ios: std::ios {
+        Ios () { this->init (0); }
     } io;
 
     int j = 0;


Reply via email to