[Issue 5596] SortedRange regression

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 12 03:41:59 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5596


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
                 CC|                            |yebblies at gmail.com
           Platform|Other                       |All
         OS/Version|Windows                     |All


--- Comment #4 from yebblies <yebblies at gmail.com> 2011-07-12 20:36:47 EST ---
Reduced:


struct X(alias a) { void fx() { a = 4; } int a; }

alias X!"a" x;

void y(alias b)() { X!b g; }

void main()
{
    y!("a")();
}

-- 
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