[Issue 12204] using delegates as alias parameter to templated struct:  cannot get frame pointer to sort
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Mon Jul  3 11:16:06 PDT 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=12204
Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dlang-bugzilla at thecybershad
                   |                            |ow.net
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=3011,
                   |                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=11385
         Resolution|---                         |DUPLICATE
--- Comment #3 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
Before     2.060  : Does not compile
  Fixed   by: https://github.com/dlang/dmd/pull/1187 (issue 3011)
2.061   to 2.064  : Works
  Broken  by: https://github.com/dlang/dmd/pull/2705 (issue 11385)
2.065.0 to 2.071.0: Does not compile
  Fixed   by: https://github.com/dlang/dmd/pull/5518 (issue 11886)
Since      2.072.0: Works
*** This issue has been marked as a duplicate of issue 11886 ***
--
    
    
More information about the Digitalmars-d-bugs
mailing list