[Issue 19278] extern(C++, "name") doesn't accept expressions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 1 01:43:01 UTC 2018


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

--- Comment #1 from Manu <turkeyman at gmail.com> ---
String expressions don't work (obviously)
```
extern (C++, "std" ~ (UseCxx11Namespace ? "::__1" : "")):
```

--


More information about the Digitalmars-d-bugs mailing list