We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887f574 commit fe93fb1Copy full SHA for fe93fb1
spec/pragma.dd
@@ -302,7 +302,7 @@ $(H3 $(LNAME2 mangle, $(D pragma mangle)))
302
extern(C++) struct _function {}
303
template ScopeClass(C)
304
{
305
- pragma(mangle, C.stringof, C)
+ pragma(mangle, C)
306
struct ScopeClass { align(__traits(classInstanceAlignment, C)) void[__traits(classInstanceSize, C)] buffer; }
307
}
308
extern(C++)
0 commit comments