[Issue 20965] Implicitly generated postblit overrides disabled copy ctor

2020-06-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20965 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from Razv

[Issue 20965] Implicitly generated postblit overrides disabled copy ctor

2020-06-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20965 Max Samukha changed: What|Removed |Added CC||maxsamu...@gmail.com --- Comment #2 from Max S

[Issue 20965] Implicitly generated postblit overrides disabled copy ctor

2020-06-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20965 --- Comment #3 from Stanislav Blinov --- (In reply to RazvanN from comment #1) > @disable this(this); > @disable this(ref typeof(this)); > > You don't have to reflect on any code this way. If I don't want to further infest the codebase with postbl

[Issue 20965] Implicitly generated postblit overrides disabled copy ctor

2020-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20965 --- Comment #4 from RazvanN --- (In reply to Stanislav Blinov from comment #3) > (In reply to RazvanN from comment #1) > > > @disable this(this); > > @disable this(ref typeof(this)); > > > > You don't have to reflect on any code this way. > > If I

[Issue 20965] Implicitly generated postblit overrides disabled copy ctor

2020-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20965 --- Comment #5 from RazvanN --- I will make a PR to try and fix this and see what happens. --

[Issue 20965] Implicitly generated postblit overrides disabled copy ctor

2020-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20965 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #6 from Dlang Bot --- @RazvanN

[Issue 20965] Implicitly generated postblit overrides disabled copy ctor

2020-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20965 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20965] Implicitly generated postblit overrides disabled copy ctor

2020-11-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20965 --- Comment #8 from Dlang Bot --- dlang/dmd pull request #11947 "Revert PR 11945 (Postblit has priority over copy constructor)" was merged into master: - bc6976a4cc7abe799856689c077406a269dc0c51 by Geod24: Revert "Fix Issues 20714, 20965 - Postbli