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

           Summary: Error message with __overloadset
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Keywords: diagnostic, rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2013-02-08 18:26:20 PST ---
I don't understand this bug and the error message:


import std.stdio, std.algorithm;
void main() {
    int[] a;
    a = a.remove!(x => true)();
}



DMD 2.062beta gives:


test.d(4): Error: __overloadset isn't a template

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

Reply via email to