[Issue 6479] spurious alias this with struct and mixin template
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Oct 23 07:02:12 PDT 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=6479
Kenji Hara <k.hara.pg at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
--- Comment #3 from Kenji Hara <k.hara.pg at gmail.com> 2011-10-23 07:01:08 PDT ---
https://github.com/D-Programming-Language/dmd/pull/471
This patch does not solve forward reference order problem, and has an issue.
struct S
{
    int value;
    alias value this;
    alias value this;  // alias this forwards to same symbol is allowed
}
But I think this is acceptable issue.
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list