[Issue 8647] New: Invalid specification of destroy function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 13 03:37:48 PDT 2012


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

           Summary: Invalid specification of destroy function
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: websites
        AssignedTo: nobody at puremagic.com
        ReportedBy: maxim at maxim-fomin.ru


--- Comment #0 from Maxim Fomin <maxim at maxim-fomin.ru> 2012-09-13 03:37:55 PDT ---
Object page http://dlang.org/phobos/object.html#destroy describes destroy() as
a function having prototype "const void destroy(void* p);", however it is a
templated function with several constraints, none of which match declared
prototype.

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