On 6/7/07, strk <[EMAIL PROTECTED]> wrote:
On Thu, Jun 07, 2007 at 07:28:24AM +0000, Zou Lunkai wrote:

> Log message:
>       avoid using possibly invalidated interators

> +     for(size_t i =0; i<original_size; i++) { it++; }

Uh ? Is that loop really needed ? With iterators you can usually
access the end using .end() or .rbegin() and twiking a bit..

Hmm, not really, should be done in a faster way. I'll update it. Thanks!


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to