[Issue 15045] [Reg 2.069-devel] hasElaborateCopyConstructor is true for struct with opDispatch
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Sep 15 06:44:11 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=15045
--- Comment #5 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/38ede7450d198bde07d8089bb6fce2fff7c2d950
fix Issue 15045 - hasElaborateCopyConstructor is true for struct with
opDispatch
Stop forwarding these special aggregate members through
opDispatch, alias this, or opDot.
__ctor (Id.ctor)
__dtor (Id.dtor)
__xdtor (Id.__xdtor)
__postblit (Id.postblit)
__xpostblit (Id.__xpostblit)
https://github.com/D-Programming-Language/dmd/commit/2c94b22fce321b36d18c5eefd2d845a442f3afad
Merge pull request #5077 from 9rnsr/fix15045
[REG2.069-devel] Issue 15045 - hasElaborateCopyConstructor is true for struct
with opDispatch
--
More information about the Digitalmars-d-bugs
mailing list