[Issue 5527] New: Bug in http://www.digitalmars.com/d/2.0/ctod.html#closures ?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 5 03:07:04 PST 2011


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

           Summary: Bug in
                    http://www.digitalmars.com/d/2.0/ctod.html#closures ?
           Product: D
           Version: unspecified
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody at puremagic.com
        ReportedBy: christian at dr-maurer.eu


--- Comment #0 from Dr. Christian Maurer <christian at dr-maurer.eu> 2011-02-05 03:04:43 PST ---
Dear Community,

Applying "dmd" (version 2.051 for Linux) to a source file xxx.d with the
content of the example "Dynamic Closures", with "followed by "void main () { ;
}", I get the following error messages (where n = number of the line "c.apply
(comp_max)" in it):

xxx.d(n): Error: function xxx.func.comp_max (int i) is not collable using
argument types ()
xxx.d(n): Error: expected 1 function arguments, not 0
xxx.d(n): Error: function xxx.Collection.apply (void delegate(int) fp) is not
collable using argument types (void)
xxx.d(n): Error: cannot implicitly convert (comp_max()) of type void to void
delegate(int)

Anybody got an idea, of what could be wrong?

With kind regards,
Christian

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