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.

Reply via email to