http://d.puremagic.com/issues/show_bug.cgi?id=5473
Summary: Members of const-qualified classes are not const themselves. Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nob...@puremagic.com ReportedBy: eatingstap...@gmail.com --- Comment #0 from eatingstap...@gmail.com 2011-01-21 16:05:06 PST --- Created an attachment (id=875) Code demonstrating the issue An object typed as const will have const members, and a class declared as const will have const members, but a class typed as const does not have const members. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------