On 8/16/14, 11:31 AM, Kagamin wrote:
On Saturday, 16 August 2014 at 01:55:44 UTC, Andrei Alexandrescu wrote:extern(C++) struct basic_string(charT, traits = char_traits!charT, Alloc = allocator!charT) {Also does D already support value semantics for C++ classes? That would be interesting, I was thinking about direct interfacing with wxWidgets.
Yes, it does (no multiple inheritance of implementation). We must get to the next level - support struct construction, copying, and destruction. -- Andrei
