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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Maxim Fomin <[email protected]> 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: -------