Thread overview
[Issue 11500] Bringing mixed-in operators and constructors to the overload set
Jan 13, 2016
Shriramana Sharma
Jan 23, 2016
Adam D. Ruppe
May 25, 2017
greenify
Jul 18, 2017
Vladimir Panteleev
Mar 10, 2019
Basile-z
Dec 17, 2022
Iain Buclaw
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=11500

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
January 13, 2016
https://issues.dlang.org/show_bug.cgi?id=11500

Shriramana Sharma <samjnaa@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |samjnaa@gmail.com

--- Comment #1 from Shriramana Sharma <samjnaa@gmail.com> ---
This bug affects https://github.com/D-Programming-Language/phobos/pull/3751.
See
https://github.com/D-Programming-Language/phobos/pull/3751#issuecomment-171298109.

--
January 23, 2016
https://issues.dlang.org/show_bug.cgi?id=11500

Adam D. Ruppe <destructionator@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator@gmail.com

--- Comment #2 from Adam D. Ruppe <destructionator@gmail.com> ---
You can

alias __ctor = mixin_thing.__ctor;

if it appears in the right order...

--
May 25, 2017
https://issues.dlang.org/show_bug.cgi?id=11500

greenify <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--
July 18, 2017
https://issues.dlang.org/show_bug.cgi?id=11500

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid

--
March 10, 2019
https://issues.dlang.org/show_bug.cgi?id=11500

Basile-z <b2.temp@gmx.com> changed:

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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=11500

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--