Thread overview
[Issue 23382] Non-template requirement for copy constructors is undocumented
Oct 02, 2022
Paul Backus
Oct 16, 2022
Dlang Bot
Oct 27, 2022
Dlang Bot
October 02, 2022
https://issues.dlang.org/show_bug.cgi?id=23382

--- Comment #1 from Paul Backus <snarwin+bugzilla@gmail.com> ---
PR: https://github.com/dlang/dlang.org/pull/3427

--
October 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23382

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@pbackus updated dlang/dlang.org pull request #3427 "Clarify requirements for struct copy constructors" fixing this issue:

- Clarify requirements for struct copy constructors

  This change replaces informal language with official terms, adds
  cross-references, and documents a previously-undocumented requirement.

  Fixes Issue 23382 - Non-template requirement for copy constructors is
  undocumented

https://github.com/dlang/dlang.org/pull/3427

--
October 27, 2022
https://issues.dlang.org/show_bug.cgi?id=23382

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/dlang.org pull request #3427 "Clarify requirements for struct copy constructors" was merged into master:

- 74b3a82ed02a41902865178a193c0b390b42d3b2 by Paul Backus:
  Clarify requirements for struct copy constructors

  This change replaces informal language with official terms, adds
  cross-references, and documents a previously-undocumented requirement.

  Fixes Issue 23382 - Non-template requirement for copy constructors is
  undocumented

https://github.com/dlang/dlang.org/pull/3427

--