Andre Poenitz <[EMAIL PROTECTED]> writes:
>> Shorter variant. (but a bit harder to read)
>>
>> int numberOfSeparators(Paragraph const & par, Row const & row)
>> {
>> return count_if(
>> make_counting_iterator(max_row.pos(), par.beginningOfBody()),
>
| Is that 'make_counting_iterator' an official function?
In boost? yes.
--
Lgb
