Thread overview
[Issue 18719] Doubly-called constructor against member when using forwarding constructors
Apr 06, 2018
Walter Bright
Apr 12, 2018
RazvanN
Jun 27, 2018
Seb
Jul 05, 2019
Dlang Bot
Jan 25, 2021
Dlang Bot
April 06, 2018
https://issues.dlang.org/show_bug.cgi?id=18719

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe
                 CC|                            |bugzilla@digitalmars.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|enhancement                 |normal

--
April 12, 2018
https://issues.dlang.org/show_bug.cgi?id=18719

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
PR: https://github.com/dlang/dmd/pull/8167

--
April 16, 2018
https://issues.dlang.org/show_bug.cgi?id=18719

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/cbb49cb2591bd5aa3e5f9e0b8a4350cb04ec1206 Fix Issue 18719 - Doubly-called constructor against member when using forwarding constructors

https://github.com/dlang/dmd/commit/ebecaf95ec84018c36cd1c388c4d9102c23622f7 Merge pull request #8167 from RazvanN7/Issue_18719

Fix Issue 18719 - Doubly-called constructor against member when using
forwarding constructors
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--
April 16, 2018
https://issues.dlang.org/show_bug.cgi?id=18719

github-bugzilla@puremagic.com changed:

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

--
June 27, 2018
https://issues.dlang.org/show_bug.cgi?id=18719

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=19030

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10139 "Fix Issue 18719 - Doubly-called constructor against member when using forwarding constructors: Deprecation -> Error" was merged into master:

- 97808a239d0f531863ca5c8e174a0232c828347e by Mike:
  Fix Issue 18719 - Doubly-called constructor against member when using
forwarding constructors: Deprecation -> Error

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

--
January 25, 2021
https://issues.dlang.org/show_bug.cgi?id=18719

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12153 "[dmd-cxx] Backport fixes for issue 18143 and 18719." was merged into dmd-cxx:

- 0bfc9948b40afacda1c91a50fda2b6176d6b26de by RazvanN7:
  [dmd-cxx] Fix Issue 18719 - Doubly-called constructor against member when
using forwarding constructors

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

--