[Issue 18438] hasStaticMember fails with a T* while hasMember passes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 29 23:53:04 UTC 2018


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

--- Comment #1 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/4e222b856b30a41d330067a2bb5c6cf38a80de1f
Fix issue 18438 - Handle T* in hasStaticMember

hasMember treats T* as T, so lets make hasStaticMember do the
same

https://github.com/dlang/phobos/commit/0372d48dc00c2f4e6c7b9fa5ac101a43810e3222
Merge pull request #6179 from aliak00/has-static-member

Fix issue 18438 - Handle T* in hasStaticMember like hasMember
merged-on-behalf-of: Nathan Sashihara <n8sh at users.noreply.github.com>

--


More information about the Digitalmars-d-bugs mailing list