On Tuesday, 17 February 2015 at 12:09:11 UTC, Benjamin Thaut wrote:
On Tuesday, 17 February 2015 at 11:39:06 UTC, 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()
{
...
}

}

Yes please. I'm running into the same issue right now. Changing everything to struct on the c++ side is not always possible.

Created https://issues.dlang.org/show_bug.cgi?id=14193

Reply via email to