https://d.puremagic.com/issues/show_bug.cgi?id=11999
Summary: @disable should also offer an optional message.
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2014-01-25 17:10:16 PST ---
deprecated already has an optional message, so I suggest even @disable should
provide this option:
----
struct A {
@disable("unique pointer aren't copyable")
this(this);
}
----
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------