Re: [PATCH] Update test 22.locale.money.put.mt.cpp to validate results [take 2]

2007-08-12 Thread Martin Sebor
Travis Vitek wrote: Attached is a patch to enhance the money_put facet mt test. Threads verify that the values they put are equal to those put in the primary thread. I'll hold off on committing this patch until we've decided how to deal with the 22.locale.num.put.mt.cpp patch since many of the

Re: [PATCH] Update test 22.locale.num.put.mt.cpp to validate results [take 2]

2007-08-12 Thread Martin Sebor
Travis Vitek wrote: Attached is a patch to enhance the num_put facet mt test. Threads verify that the values they put compare equal to those put in the primary thread. There are few outstanding issues here that we need to resolve before committing this patch... [...] @@ -58,150 +64,129 @@

[jira] Commented: (STDCXX-519) [MSVC 7.1 fails to compile fmtflags_manip.cpp example

2007-08-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519361 ] Martin Sebor commented on STDCXX-519: - You're right, we should try to avoid polluting the examples with kludges f

[jira] Commented: (STDCXX-519) [MSVC 7.1 fails to compile fmtflags_manip.cpp example

2007-08-12 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519354 ] Farid Zaripov commented on STDCXX-519: -- 1) Initialization the object to a value helps, but how about the thing t

Re: svn commit: r564698 - /incubator/stdcxx/trunk/include/rw/_mutex.h

2007-08-12 Thread Farid Zaripov
>> It does, but it's defined later than invoked from unsigned in >> overload, >> and compiler invokes the template __rw_atomic_preincrement(...) >> which uses critical section. >> >>Ouch. Good catch! Does this solve the timeout problem in the atomic >>tests on Windows? A bit yes, but there left

Re: [PATCH] Update test 22.locale.time.put.mt.cpp to validate results [take 2]

2007-08-12 Thread Martin Sebor
Travis Vitek wrote: Attached is a patch to enhance the time_put facet mt test. Threads verify that the values they put compare equal to those put in the primary thread. Now that I've committed the patch... I have a question about the bit below that I noticed too late: [...] @@ -160,19 +214,11

Re: [PATCH] Update test 22.locale.time.put.mt.cpp to validate results [take 2]

2007-08-12 Thread Martin Sebor
Travis Vitek wrote: Attached is a patch to enhance the time_put facet mt test. Threads verify that the values they put compare equal to those put in the primary thread. 2007-08-10 Travis Vitek<[EMAIL PROTECTED]> * 22.locale.time.put.mt.cpp(MyIos, MyStreambuf, MyTimeData) Added stru

Re: [PATCH] Update test 22.locale.num.put.mt.cpp to validate results

2007-08-12 Thread Martin Sebor
Travis Vitek wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 1:42 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] Update test 22.locale.num.put.mt.cpp to validate results Travis Vitek wrote: Martin Sebor wrote:

Re: svn commit: r564698 - /incubator/stdcxx/trunk/include/rw/_mutex.h

2007-08-12 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 9:30 PM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r564698 - /incubator/stdcxx/trunk/include/rw/_mutex.h * _mutex.h (__rw_atomic_preincrement) [_WIN32

[jira] Commented: (STDCXX-519) [MSVC 7.1 fails to compile fmtflags_manip.cpp example

2007-08-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519341 ] Martin Sebor commented on STDCXX-519: - Does initializing the object to a value help? (E.g., changing the ctor de

[jira] Created: (STDCXX-520) codecvt1.cpp example exits with exitcode=1

2007-08-12 Thread Farid Zaripov (JIRA)
codecvt1.cpp example exits with exitcode=1 -- Key: STDCXX-520 URL: https://issues.apache.org/jira/browse/STDCXX-520 Project: C++ Standard Library Issue Type: Improvement Components: Examples

[jira] Created: (STDCXX-519) [MSVC 7.1 fails to compile fmtflags_manip.cpp example

2007-08-12 Thread Farid Zaripov (JIRA)
[MSVC 7.1 fails to compile fmtflags_manip.cpp example - Key: STDCXX-519 URL: https://issues.apache.org/jira/browse/STDCXX-519 Project: C++ Standard Library Issue Type: Bug Compone

RE: svn commit: r564698 - /incubator/stdcxx/trunk/include/rw/_mutex.h

2007-08-12 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Friday, August 10, 2007 9:30 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: svn commit: r564698 - > /incubator/stdcxx/trunk/include/rw/_mutex.h > > > * _mutex.h (__rw_atomic_preincrement) [_WIN32]: C