H1 2015 - C++ integration

Guillaume Chatelet via Digitalmars-d digitalmars-d at puremagic.com
Tue Feb 17 03:39:05 PST 2015


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()
{
...
}

}


More information about the Digitalmars-d mailing list