http://d.puremagic.com/issues/show_bug.cgi?id=10482
Henning Pohl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Henning Pohl <[email protected]> 2013-06-27 10:19:26 PDT --- This behaviour is wanted, moving const after the function name will produce an error: int* foo() const; ---- Error: function main.foo without 'this' cannot be const ---- See http://d.puremagic.com/issues/show_bug.cgi?id=10150 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
