Thread overview
[Issue 19099] Struct with field that has postblit or destructor makes struct assignable
Jul 21, 2018
Walter Bright
Jul 21, 2018
Walter Bright
Apr 05, 2019
Dlang Bot
Apr 09, 2019
Dlang Bot
July 21, 2018
https://issues.dlang.org/show_bug.cgi?id=19099

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
July 21, 2018
https://issues.dlang.org/show_bug.cgi?id=19099

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/8507

--
April 05, 2019
https://issues.dlang.org/show_bug.cgi?id=19099

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 updated dlang/dmd pull request #8507 "Fix Issue 19099 - Struct with field that has postblit or destructor makes struct assignable" fixing this issue:

- Fix Issue 19099 - Struct with field that has postblit or destructor makes struct assignable

https://github.com/dlang/dmd/pull/8507

--
April 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19099

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #8507 "Fix Issue 19099 - Struct with field that has postblit or destructor makes struct assignable" was merged into master:

- f88884200b332e373448f366638e3a40f99dd1c7 by RazvanN7:
  Fix Issue 19099 - Struct with field that has postblit or destructor makes
struct assignable

https://github.com/dlang/dmd/pull/8507

--