
16 Feb
2005
16 Feb
'05
10:26 p.m.
"Thorsten Ottosen" <nesotto@cs.auc.dk> writes:
"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?
No; I don't see any relationship there. -- Dave Abrahams Boost Consulting www.boost-consulting.com