
20 Mar
2005
20 Mar
'05
2:12 p.m.
"Peter Dimov" <pdimov@mmltd.net> wrote in message news:003e01c52d52$42ddfda0$6501a8c0@pdimov2... | Thorsten Ottosen wrote: | > Is there any reason address_of is not defined for shared_ptr, | > scoped_ptr etc.? | | I've no idea what you mean, sorry. well, currently I have to do T* = &*ptr; to get the address. I haven't yet convinced me if I need it ot not so I can cast from void* to T*. Anyway, thanks. -Thorsten