C++ template name mangling
deadalnix via Digitalmars-d
digitalmars-d at puremagic.com
Sat Aug 16 19:45:10 PDT 2014
On Saturday, 16 August 2014 at 22:15:12 UTC, Andrei Alexandrescu
wrote:
> Yes, it does (no multiple inheritance of implementation). We
> must get to the next level - support struct construction,
> copying, and destruction. -- Andrei
I spend a fair amount of time on that problem ~2 years ago. 2
problems:
- struct default constructor.
- struct with disabled postblit, must be able to use opAssign or
alike.
More information about the Digitalmars-d
mailing list