[Issue 16142] Adding a dtor / postblit (even disabled) forces opAssign

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16142 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/517f14a949a2998e51517cbef444f2b3208a3789 Fix issue 16142: Disabled opEquals is overriden when a dtor/po

[Issue 16142] Adding a dtor / postblit (even disabled) forces opAssign

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16142 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/348bd95e0663f8748957b0f44e24b55c24811c58 Issue 16142: Correct test for hasElaborateAssign https:

[Issue 16142] Adding a dtor / postblit (even disabled) forces opAssign

2016-07-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16142 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/dbb412d49ce76e1bf939ee5dd8fb10093e27bdbe Issue 16142 - Enable test for disabled recursive identit

[Issue 16142] Adding a dtor / postblit (even disabled) forces opAssign

2016-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16142 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/517f14a949a2998e51517cbef444f2b3208a3789 Fix issue 16142: Disabled opEquals is overriden when a dtor/po

[Issue 16142] Adding a dtor / postblit (even disabled) forces opAssign

2016-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16142 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/348bd95e0663f8748957b0f44e24b55c24811c58 Issue 16142: Correct test for hasElaborateAssign Nested

[Issue 16142] Adding a dtor / postblit (even disabled) forces opAssign

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16142 --- Comment #1 from Mathias Lang --- P.R: https://github.com/dlang/dmd/pull/5854 --