Re: [patch] Use std:: versions of distance and advance

2004-01-27 Thread Lars Gullik Bjønnes
Alfredo Braunstein <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Like so. >> >> Objections? > | 1) What happened to PosIterator::operator* ? > | http://marc.theaimsgroup.com/?l=lyx-devel&m=107312950232196&w=2 I'll go over our iterators later and try to make them fill the iterato

Re: [patch] Use std:: versions of distance and advance

2004-01-27 Thread Alfredo Braunstein
Lars Gullik BjÃnnes wrote: > Like so. > > Objections? 1) What happened to PosIterator::operator* ? http://marc.theaimsgroup.com/?l=lyx-devel&m=107312950232196&w=2 2) What happened with PosIterator::value_type ? http://marc.theaimsgroup.com/?l=lyx-devel&m=107313504903526&w=2 Alfredo

Re: [patch] Use std:: versions of distance and advance

2004-01-26 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Like so. > | Nice. > | Question: both ParIterator and ParConstIterator have the same | value_type. Shouldn't the ParConstIterator value_type be | 'ParagraphList::value_type const' ? No. I don't think so. things see

Re: [patch] Use std:: versions of distance and advance

2004-01-26 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Like so. Nice. Question: both ParIterator and ParConstIterator have the same value_type. Shouldn't the ParConstIterator value_type be 'ParagraphList::value_type const' ? > Objections? Only that we tend to put 'using std::advance;' at the top of the compiled

[patch] Use std:: versions of distance and advance

2004-01-26 Thread Lars Gullik Bjønnes
Like so. Objections? ? Config ? advdist.diff Index: boost/libs/regex/src/Makefile.am === RCS file: /usr/local/lyx/cvsroot/lyx-devel/boost/libs/regex/src/Makefile.am,v retrieving revision 1.5 diff -u -p -b -r1.5 Makefile.am --- boost