> -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com] > Sent: Friday, July 07, 2006 3:46 AM > To: stdcxx-dev@incubator.apache.org > Subject: Re: string methods thread safety > [...] > The thread safety tests I envision for our test suite would > exercise a subset (as small as a pair) of functions per each > run. The one constant (as in the same across all test runs) > function would be the copy ctor (or its equivalent such as > the assignment operator) and the other a modifying string > function. The copy ctor would be used to create a copy of a > shared string object for each thread and the modifying > function would then operate on the copy. Martin, I implemented the first draft of the test. The append method overloads are tested only. Other methods I will append to the test tomorrow. Farid.