
16 Feb
2005
16 Feb
'05
9:24 p.m.
"David Abrahams" <dave@boost-consulting.com> wrote in message news:u7jl8qlp1.fsf@boost-consulting.com... | "Thorsten Ottosen" <nesotto@cs.auc.dk> writes: | | > "Thorsten Ottosen" <nesotto@cs.auc.dk> wrote in message | > | ah yes, my mistake. I forgot static cast could do the job. | > | > anyway, how would you convert from void*& to T*& with | > a static_cast ? | | You can't. But you can't do it portably with reinterpret_cast either. I see, does this implies that it's impossible to wrap an iterator with void* as its value type? -Thorsten