On Sep 4, 2012, at 5:16 PM, Mike Lawther <[email protected]> wrote:
> On 5 September 2012 09:44, Dirk Schulze <[email protected]> wrote: > It is very likely that even future code will land with this operator instead > of StringBuilder. > > Not if Adam removes the operator as he proposed earlier :) > > If operator+= cannot be made sufficiently efficient, we could always leave > the operator there, but have it ASSERT with a message saying to use > StringBuilder. Please not this. Failing at compile time is much better than failing at runtime in debug builds only. Cheers, Maciej
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

