[Issue 19420] [master] TypeTrait semantic fails for non static aggregate members

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 22 08:45:14 UTC 2018


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

--- Comment #2 from Basile B. <b2.temp at gmx.com> ---
(In reply to Basile B. from comment #1)
> When i think to what AliasSeq does maybe that the semantic for TypeTrait
> should always create a tuple and let the aliasSemantic() do its job on this
> tuple, without adding any pre-processing...

This but only when within an AliasDeclaration. Not sure if this would work when
the __trait expression is used in place of a type (cast, var decl, etc)...

--


More information about the Digitalmars-d-bugs mailing list