From: michel.andre_at_[hidden]
Date: 2001-10-03 10:37:13


Hello!

I'm having problems with projection_iterator.
I'm using MSVC6.0 latest SP, Dinkum 3.07

It seems that:

projection_iterator_generator<UNARY,ITER>::type::reference

returns a reference to whats conatined in the vector and not
UNARY::result_type& wich should be correct.

Any on else experienced this.

I'm trying eq with the sample code from projection_iterator dox.

/Michel