digitalmars.D.bugs - [Issue 14232] New: redundant attribute 'const'
- via Digitalmars-d-bugs (26/26) Feb 28 2015 https://issues.dlang.org/show_bug.cgi?id=14232
https://issues.dlang.org/show_bug.cgi?id=14232 Issue ID: 14232 Summary: redundant attribute 'const' Product: D Version: unspecified Hardware: All OS: All Status: NEW Severity: regression Priority: P1 Component: DMD Assignee: nobody puremagic.com Reporter: code dawg.eu cat >> bug.d << CODE struct Bug { void bug() const const { } } CODE dmd -c bug ---- This code when from silently compiling in 2.066.1 to an error in 2.067.0-b2. It should be deprecated first. --
Feb 28 2015