C++ template name mangling

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Sat Aug 16 15:15:13 PDT 2014


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


More information about the Digitalmars-d mailing list