This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: reference type of output_iterator_wrapper


On 4/17/06, Doug Gregor <dgregor@cs.indiana.edu> wrote:
> The testsuite_iterators.h header, part of the libstdc++-v3 testsuite,
> contains the struct template output_iterator wrapper. In the
> definition of this wrapper, the nested "reference" type (defined
> through std::iterator) conflicts with the type returned from operator*:
>

I agree with that patch. I wrote the iterator_wrappers quite a long
time ago, when my knowledge of C++ was somewhat less good than today
:) At some point I hope to go back and give them a good clean and
polish, but unfortunatly at the moment I have this damn Phd to finish
writing...

Chris


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]