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" : "")): ``` --