Re: Smart Pointer Usage with derviable class?
Daniel Wallin <[email protected]>
| Newsgroups | gmane.comp.lang.lua.bind.user |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Apr 24, 2010 at 04:26:40PM -0700, [email protected] wrote: > > You need the 0.9 branch from the Git repository. It fixes VC10 issues > > pretty much. > > > > Updated, still the exact same error output. > > Even if I define my own get_pointer method, it doesn't seem to find it. > I'm not sure what's going on here. What does the signature need to look > like? You should only need a get_pointer() overload. Note that it is found by ADL, so it needs to live in the same namespace as your smart pointer type. -- Daniel Wallin BoostPro Computing http://www.boostpro.com ------------------------------------------------------------------------------