[dmd-internals] Destructors are not virutal
Walter Bright
walter at digitalmars.com
Fri Jan 27 02:17:42 PST 2012
Please make a pull request out of it. It'll at least go through the
auto-pull-tester that way!
On 1/27/2012 2:07 AM, Daniel Murphy wrote:
> Update:
> I've patched dmd to link with c++ static member functions, non-virtual
> member functions, constructors, destructors, template structs and
> classes, and static variables. (windows only)
>
> If anyone wants to try it out (and send me test cases!) it's here:
> https://github.com/yebblies/dmd/compare/master...cpplink4
> I'd be especially please with comments from anybody that understands
> the glue/backend about what I've done wrong - a lot of it was
> guesswork.
>
> I consider it 'barely tested'.
> _______________________________________________
>
More information about the dmd-internals
mailing list