RE: Repost: [boost] Problems using iterator_adaptor withistreambuf_iterator

2003-03-26 Thread Hartmut Kaiser
David Abrahams wrote: > [EMAIL PROTECTED] (Hartmut Kaiser) writes: > > > David Abrahams wrote: > > > >> >> I have a problem while using the iterator_adaptor templates in > >> >> conjunction with a istreambuf_iterator (an input_iterator > >> >> type). The problem shows up, because the > >> >> is

Re: Repost: [boost] Problems using iterator_adaptor withistreambuf_iterator

2003-03-26 Thread David Abrahams
[EMAIL PROTECTED] (Hartmut Kaiser) writes: > David Abrahams wrote: > >> >> I have a problem while using the iterator_adaptor templates >> >> in conjunction with a istreambuf_iterator (an >> >> input_iterator type). The problem shows up, because the >> >> istreambuf_iterator::operator*() >> >> im

RE: Repost: [boost] Problems using iterator_adaptor withistreambuf_iterator

2003-03-26 Thread Hartmut Kaiser
David Abrahams wrote: > >> I have a problem while using the iterator_adaptor templates > >> in conjunction with a istreambuf_iterator (an > >> input_iterator type). The problem shows up, because the > >> istreambuf_iterator::operator*() > >> implementation of the STL I'm using returns a value_ty

RE: Repost: [boost] Problems using iterator_adaptor withistreambuf_iterator

2003-03-25 Thread Hartmut Kaiser
David Abrahams wrote: > > The following message seems to be written at an 'untime', because > > nobody responded, especially nobody of the maintainers. > Nevertheless > > IMHO this question is worth thinking about to find a resolution. > > > >> Hi all, > >> > >> I have a problem while using th

Re: Repost: [boost] Problems using iterator_adaptor withistreambuf_iterator

2003-03-25 Thread David Abrahams
[EMAIL PROTECTED] (Hartmut Kaiser) writes: > The following message seems to be written at an 'untime', because nobody > responded, especially nobody of the maintainers. Nevertheless IMHO this > question is worth thinking about to find a resolution. > >> Hi all, >> >> I have a problem while using

Repost: [boost] Problems using iterator_adaptor withistreambuf_iterator

2003-03-24 Thread Hartmut Kaiser
The following message seems to be written at an 'untime', because nobody responded, especially nobody of the maintainers. Nevertheless IMHO this question is worth thinking about to find a resolution. > Hi all, > > I have a problem while using the iterator_adaptor templates > in conjunction with