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

Re: 23.containers.deque.modifiers.cpp

2006-01-23 Thread Martin Sebor
Liviu Nicoara wrote: I have attached my tentative porting of lib.deque.modifiers test to the new driver. Martin, I would appreciate suggestions for improving the sections which use ToString class (one of those uses split formatting). I don't see the class defined in the test. Did you by any

Re: 23.containers.deque.modifiers.cpp

2006-01-23 Thread Liviu Nicoara
on. Thanks, Liviu /*** * * 23.containers.deque.modifiers.cpp - test exercising [lib.deque.modifiers] * * $Id$ * *** * * Copyright (c) 1994-2005 Quovadx

Re: 23.containers.deque.modifiers.cpp

2006-01-23 Thread Liviu Nicoara
) { } block around it). I got that. I will eliminate the conditionals from now on. Thanks, Liviu /*** * * 23.containers.deque.modifiers.cpp - test exercising [lib.deque.modifiers] * * $Id