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


Simen Kjaeraas <simen.kja...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simen.kja...@gmail.com


--- Comment #2 from Simen Kjaeraas <simen.kja...@gmail.com> 2011-04-12 01:57:39 
PDT ---
This also a problem for non-mixin templates:

struct MyCallable {
    int opCall( int n ) {
        return n;
    }

    auto mapthis( int[] arr ) {
        return map!this( arr );
    }
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to