Jean-Marc Lasgouttes a écrit :
bool needsUpdateCounters(Buffer const & buf, ParIterator & it) {if (it->layout()->counter.empty()) {
Apparently, this is not a good test for enumerate (returns true). Do you know why?
setCounter(buf, it); return false; } // do more things with enumerate later return true;
JMarc