H1 2015 - C++ integration

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Tue Feb 17 08:02:13 PST 2015


On 2/17/15 3:39 AM, Guillaume Chatelet wrote:
> We'll also have to provide a new pragma to allow correct mangling of
> types on Windows. Maybe something like :
>
> extern(C++, std) {
>
> pragma(mangleAs, "class")
> struct basic_string()
> {
> ...
> }
>
> }

Yah, I don't think we can get away without that. -- Andrei


More information about the Digitalmars-d mailing list