Re: com_ptr<T>
From: SenderX (xxx_at_xxx.com)
Date: 06/17/04
- Next message: pankaj tiwary: "Re: How to access Oracle from C++?"
- Previous message: Joaquín Mª López Muñoz: "Re: multiset segfault"
- In reply to: John Harrison: "Re: com_ptr<T>"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 17 Jun 2004 07:14:31 GMT
> Maybe you have a similar error in other places as well
DOH... Thank you!
I totally forgot about this fact when I was editing this for the OP. This
template was special case for objects produced by a proxy gc.
I forgot to snip some stuff. Like:
typedef obj_addref< obj_ptr& > t_AddRef;
And some other CPU specific code and some inline asm, relevant to
self-assignment. The proxy gc is a C API, and needs some special case
wrappers.
When I say "whipped up", I should have said snipped the hell out of a c++
template wrapping a not so C++ friendly C API. Sorry!.
;(
- Next message: pankaj tiwary: "Re: How to access Oracle from C++?"
- Previous message: Joaquín Mª López Muñoz: "Re: multiset segfault"
- In reply to: John Harrison: "Re: com_ptr<T>"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|