[Issue 15045] [Reg 2.069-devel] hasElaborateCopyConstructor is true for struct with opDispatch

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Sep 13 22:01:30 PDT 2015


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

--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Martin Nowak from comment #0)
> I'd suggest to fix __traits(hasMember) to not instantiate opDispatch in
> which case issue 14605 needs to be refixed.

Today, hasMember, getMember, getOverloads, getVirtualMethods, and
getVirtualFunctions have consistent result. If we fix the built-in
__traits(hasMember), we should also fix other related traits.

--


More information about the Digitalmars-d-bugs mailing list