Migrating dmd to D?
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Tue Apr 2 06:49:30 PDT 2013
On 4/2/13 9:34 AM, Daniel Murphy wrote:
> Right now I'm up to 'get glue layer working' which needs 'allow C++ static
> variables, member variables, static functions etc' which (for me) needs
> 'move win32 C++ mangling into the frontend' which needs 'more free time'.
> If anyone wants to have a go the plan is to just copy what the linux version
> does. (cppmangle.c)
How did you solve the problem that virtual functions for a given class
are spread out in several implementation files?
Andrei
More information about the Digitalmars-d
mailing list