http://d.puremagic.com/issues/show_bug.cgi?id=10872
Summary: Typedef and const
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from John Colvin <[email protected]> 2013-08-22
23:55:25 BST ---
alias Typedef!(const(void*)) CVP;
CVP cvp;
//Error: cannot modify const expression Typedef_payload
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------