gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog libnet/cque.cpp


From: Rob Savoye
Subject: Re: [Gnash-commit] gnash ChangeLog libnet/cque.cpp
Date: Mon, 07 Apr 2008 14:30:38 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Sandro Santilli wrote:

> +    // NOTE: nextIter points now right after the last erased
> +    // element. Sounds like a good place to put the new merged buffer
> +    // to me, but the original code always did push_back so dunno 
> +    // what's the correct behaviour

  It actually should go where the first iterator was point to, staying
in sequence. I pushed_back(), which works too, but it's more correct to
change it in place.

        - rob -




reply via email to

[Prev in Thread] Current Thread [Next in Thread]