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

Adam D. Ruppe <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Adam D. Ruppe <[email protected]> ---
this also affected me in the jsvar.d internals. i worked around by calling
getOverloads again inside the getOverloads loop.

foreach(idx, _ignored; __traits(getOverloads))
  __traits(getAttributes, __traits(getOverloads)[idx])

that kind of thing.

--

Reply via email to