https://issues.dlang.org/show_bug.cgi?id=14592
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Iain Buclaw <[email protected]> --- (In reply to Kenji Hara from comment #3) > (In reply to Iain Buclaw from comment #2) > > Could the __U be replaced with an @ ? That is one way to assert it never > > gets generated. > > I think it's not so good idea. @ is used for never mangled things (e.g. > Terror, Tinstance, etfc), but __U is *actually* used, even it's only for the > internal structure. > > A note for GDC and LDC: If a TemplateInstance object is "dummy" instance > that using __U, its `members` field is NULL. In dmd code, it's excluded at > ToObjFile visitor in toobj.c. OK, noted and will look into that. Suppose there's nothing left here to talk about. --
