Re: [PATCH] for string::append(const_pointer)

2007-08-14 Thread Martin Sebor
mark.g.brown wrote: Hi, I have been working on a fix for STDCXX-493. The attached patch tries to improve both the const_pointer and string overloads but makes no attempt to do anything with the value_type overload. I was successful in making the const_pointer overload run faster (about 6 times f

[PATCH] for string::append(const_pointer)

2007-07-22 Thread mark.g.brown
Hi, I have been working on a fix for STDCXX-493. The attached patch tries to improve both the const_pointer and string overloads but makes no attempt to do anything with the value_type overload. I was successful in making the const_pointer overload run faster (about 6 times faster than in the sub