www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8647] New: Invalid specification of destroy function

reply d-bugmail puremagic.com writes:
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



---
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: -------
Sep 13 2012
parent d-bugmail puremagic.com writes:
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



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: -------
Sep 13 2012