Thread overview
[Issue 19439] Make __traits(getAliasThis) return empty tuple for non-aggregate types
December 07, 2018
https://issues.dlang.org/show_bug.cgi?id=19439

--- Comment #1 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/7d3a7631b59501ae9ae85ec9b7a43529d50b9dd9 Fix Issue 19439 - Make __traits(getAliasThis) return empty tuple for non-aggregate types

--
December 07, 2018
https://issues.dlang.org/show_bug.cgi?id=19439

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
December 30, 2018
https://issues.dlang.org/show_bug.cgi?id=19439

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/8e32471a33ebf1f445fb377021308d7ed00d1f35 Merge pull request #2517 from n8sh/issue-19439

Update getAliasThis documentation per issue 19439 merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>

--