Thread overview
[Issue 12447] variadic template functions hijack all eponymous enum and alias template overloads
Oct 23, 2014
Vlad Levenfeld
Oct 26, 2014
Kenji Hara
October 23, 2014
https://issues.dlang.org/show_bug.cgi?id=12447

Vlad Levenfeld <vlevenfeld@gmail.com> changed:

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

--
October 26, 2014
https://issues.dlang.org/show_bug.cgi?id=12447

Kenji Hara <k.hara.pg@gmail.com> changed:

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

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4091

--
October 26, 2014
https://issues.dlang.org/show_bug.cgi?id=12447

github-bugzilla@puremagic.com changed:

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

--
October 26, 2014
https://issues.dlang.org/show_bug.cgi?id=12447

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

https://github.com/D-Programming-Language/dmd/commit/68e8c9493a6970eab33569edec8e40253200cfc0
fix Issue 12447 - variadic template functions hijack all eponymous enum and
alias template overloads

https://github.com/D-Programming-Language/dmd/commit/c6289aaaed66f86de0950954c953f45b0f4f342d Merge pull request #4091 from 9rnsr/fix12447

Issue 12447 & 11915 & 11916 - fix overload resolution issue around IFTI and out parameter

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=12447

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/68e8c9493a6970eab33569edec8e40253200cfc0
fix Issue 12447 - variadic template functions hijack all eponymous enum and
alias template overloads

https://github.com/D-Programming-Language/dmd/commit/c6289aaaed66f86de0950954c953f45b0f4f342d Merge pull request #4091 from 9rnsr/fix12447

--