[Issue 9487] New: Error message with __overloadset

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 8 18:26:24 PST 2013


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: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 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: -------


More information about the Digitalmars-d-bugs mailing list