Andre Poenitz wrote:
>> A third option would be to eliminate const_iterator semantics
>> completely... What do people feel about this?
>
> I don't think wee need the hard constness in this case.
If this is the general feeling, I'll just remove the fake one then (because
having a behaving DocIter
On Wed, Aug 22, 2007 at 01:47:42PM +0200, Alfredo Braunstein wrote:
> Andre Poenitz wrote:
>
> > Okokok ;-)
>
> What about this? It only adds 13 lines overall, buying us normal
> const_iterator semantics for CursorSlices (Including automatic conversion
> CursorSlice -> ConstCursorSlice). Somethin
Andre Poenitz wrote:
> Okokok ;-)
What about this? It only adds 13 lines overall, buying us normal
const_iterator semantics for CursorSlices (Including automatic conversion
CursorSlice -> ConstCursorSlice). Something similar could be done for
DocIterator.
Another option would be to use templates
Andre Poenitz wrote:
> Okokok ;-)
:-)
A/
On Sat, Aug 18, 2007 at 04:12:36PM +0200, Alfredo Braunstein wrote:
> Andre Poenitz wrote:
>
> > On Sat, Aug 18, 2007 at 12:54:56PM +0200, Alfredo Braunstein wrote:
> >> Abdelrazak Younes wrote:
> >>
> >> > Alfredo Braunstein wrote:
> >> >> This the same concept as the previous post for CursorSli
Andre Poenitz wrote:
> On Sat, Aug 18, 2007 at 12:54:56PM +0200, Alfredo Braunstein wrote:
>> Abdelrazak Younes wrote:
>>
>> > Alfredo Braunstein wrote:
>> >> This the same concept as the previous post for CursorSlices.
>> >
>> > I personally agree with the two patches.
>>
>> Thanks! I'll apply
On Sat, Aug 18, 2007 at 12:54:56PM +0200, Alfredo Braunstein wrote:
> Abdelrazak Younes wrote:
>
> > Alfredo Braunstein wrote:
> >> This the same concept as the previous post for CursorSlices.
> >
> > I personally agree with the two patches.
>
> Thanks! I'll apply on monday if there are no objec
Abdelrazak Younes wrote:
> Alfredo Braunstein wrote:
>> This the same concept as the previous post for CursorSlices.
>
> I personally agree with the two patches.
Thanks! I'll apply on monday if there are no objections.
btw, we should implement good const semantics for CursorSlice, DocIterator
a
Alfredo Braunstein wrote:
This the same concept as the previous post for CursorSlices.
I personally agree with the two patches.
Abdel.