Re: 23.containers.deque.modifiers.cpp

2006-01-25 Thread Liviu Nicoara
Martin Sebor wrote: Liviu Nicoara wrote: Take two with corrections to add z modifier to size_t arguments. I'm afraid that's still slightly incorrect and, in fact, has undefined semantics according to 7.19.6.1, p9 of C99. size_t is an unsigned type, and the set of format specifiers that match

[VOTE] publish stdcxx 4.1.3

2006-01-25 Thread Martin Sebor
The stdcxx community voted on and has approved a proposal to release stdcxx 4.1.3. Pursuant to the Releases section of the Incubation Policy and with the endorsement of two of our mentors we would now like to request the permission of the Incubator PMC to publish the tarball on the stdcxx

Re: [VOTE] publish stdcxx 4.1.3

2006-01-25 Thread Justin Erenkrantz
On 1/25/06, Martin Sebor [EMAIL PROTECTED] wrote: The stdcxx community voted on and has approved a proposal to release stdcxx 4.1.3. Pursuant to the Releases section of the Incubation Policy and with the endorsement of two of our mentors we would now like to request the permission of the

[jira] Created: (STDCXX-125) [aCC 3.63/HP-UX 11.23] wctob undeclared in wchar.h

2006-01-25 Thread Martin Sebor (JIRA)
[aCC 3.63/HP-UX 11.23] wctob undeclared in wchar.h Key: STDCXX-125 URL: http://issues.apache.org/jira/browse/STDCXX-125 Project: STDCXX Type: Bug Components: 21. Strings Versions: 4.1.3 Environment:

[jira] Created: (STDCXX-126) std::random_shuffle ambiguity with RandomNumberGenerator

2006-01-25 Thread Martin Sebor (JIRA)
std::random_shuffle ambiguity with RandomNumberGenerator Key: STDCXX-126 URL: http://issues.apache.org/jira/browse/STDCXX-126 Project: STDCXX Type: Bug Components: 25. Algorithms Versions: 4.1.3

[jira] Commented: (STDCXX-126) std::random_shuffle ambiguity with RandomNumberGenerator

2006-01-25 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-126?page=comments#action_12364051 ] Martin Sebor commented on STDCXX-126: - Actually, the test case above is slightly wrong. Here's a better one: $ cat t.cpp make t #include algorithm #include iterator

[jira] Assigned: (STDCXX-126) std::random_shuffle ambiguity with RandomNumberGenerator

2006-01-25 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-126?page=all ] Martin Sebor reassigned STDCXX-126: --- Assign To: Martin Sebor std::random_shuffle ambiguity with RandomNumberGenerator

Re: test for lib.alg.random_shuffle

2006-01-25 Thread Martin Sebor
Anton Pevtsov wrote: The attached file contains my attempt to update lib.alg.random_shuffle tests and port it to new test driver. Thank you! I tightened it up a bit (maybe more than a bit ;-) and exposed strict conformance bug in the algorithm -- see STDCXX-126: