Alfredo Braunstein wrote:

> Angus Leeming wrote:
> 
>> Would you like to test (see other mail with code) on your test
>> cases, or are you happy for me to commit?
> 
> Just commit and we solve it later if there is any problem at all ;-)

Hmmm. Your last commit means that now I don't even enter the loop.

Even changing to the explicit doesn't help:

        InsetBase & inset = owner->buffer()->inset();
        InsetIterator it  = inset_iterator_begin(inset);
        InsetIterator const end = inset_iterator_begin(inset);
        for (; it != end; ++it) {
                lyxerr << "loop" << std::endl;

-- 
Angus

Reply via email to