September 13, 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@puremagic.com
        ReportedBy: maxim@maxim-fomin.ru


--- Comment #0 from Maxim Fomin <maxim@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: -------
September 13, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8647


Alex Rønne Petersen <alex@lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |alex@lycus.org
         Resolution|                            |INVALID


--- Comment #1 from Alex Rønne Petersen <alex@lycus.org> 2012-09-13 12:39:57 CEST ---
No, you are looking at the wrong destroy. Do a search for destroy on the page and you'll find the right one.

It's a little unfortunate that Ddoc isn't smarter than this.

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