digitalmars.D.announce - DMD 0.171 release
- Walter Bright (2/2) Oct 18 2006 Hopefully fixes 0.170 build breaks.
- Tom S (19/22) Oct 18 2006 It's still there:
Hopefully fixes 0.170 build breaks. http://www.digitalmars.com/d/changelog.html
Oct 18 2006
Walter Bright wrote:Hopefully fixes 0.170 build breaks. http://www.digitalmars.com/d/changelog.htmlIt's still there: ---- interface Foo { void foo(); } class Bar : Foo { final void foo() { } } class Baz : Bar { } void main() { new Baz; } ---- Compiles fine with .169, but produces *two* identical error messages in .171 -- Tomasz Stachowiak
Oct 18 2006