Visual D does not list __gshared members

Rainer Schuetze r.sagitario at gmx.de
Sat Jun 22 06:57:38 UTC 2019



On 21/06/2019 14:33, Bart wrote:
> Seems so. Not sure why. Maybe because it is a static field? But I'd
> expect static field to be shown. shared works.

I guess you mean __gshared members of a class/struct. It seems that dmd
doesn't emit these as static members, while it does for shared and tl
members.

LDC emits all three, but removes the qualification from the global, so
evaluation fails for the qualified name used in the children list.


More information about the Digitalmars-d-ide mailing list