Abdelrazak Younes wrote:
Alfredo Braunstein wrote:Abdelrazak Younes wrote:Either Alfredo or JMarc I guess...Pretty sure it's not mine... :-)It's JMArc then :-) Here is a fix. What is the purpose of this DocIterator::forwardIdx()? If we are within a cell, pit_ and pos_ are not important.
Hum, apparently they are. Another assertion happens in the next iteration in updateLabels(Buffer const & buf, ParIterator & parit):
BOOST_ASSERT(parit.pit() == 0); Abdel.