[jira] Created: (STDCXX-252) Tests fails to build due to LD error

2006-07-03 Thread Farid Zaripov (JIRA)
Tests fails to build due to LD error Key: STDCXX-252 URL: http://issues.apache.org/jira/browse/STDCXX-252 Project: C++ Standard Library Type: Wish Components: Build Versions: 4.1.3 Environment: gcc 3.2.2 / Linux

string methods thread safety

2006-07-03 Thread Anton Pevtsov
I updated the 21.string.push_back.mt test to use the test driver features and extended it to exercise the append and replace methods in the same way. The test and required changes are here: http://people.apache.org/~antonp/stdcxx07032006/ I found the tricky place in the rwthread.cpp, line 397:

21.strings.cpp bug

2006-07-03 Thread Farid Zaripov
I found the following code in 21.strings.cpp line 1504: if (StringIds::None == iter_types [l]) { // skip a non-sensical template specialization break; } Here the break clause should be replaced with continue. Suppose that