[Issue 5450] no match for implicit super() call in constructor

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5450 Andrei Alexandrescu changed: What|Removed |Added Version|D1 & D2 |D2 --

[Issue 5450] no match for implicit super() call in constructor

2013-03-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5450 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5450] no match for implicit super() call in constructor

2013-03-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5450 --- Comment #6 from github-bugzi...@puremagic.com 2013-03-07 18:15:05 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/291dfade1750cd297491e8d17332036d75c2389

[Issue 5450] no match for implicit super() call in constructor

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5450 Andrej Mitrovic changed: What|Removed |Added Keywords||pull AssignedTo|nob...@purema

[Issue 5450] no match for implicit super() call in constructor

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5450 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 5450] no match for implicit super() call in constructor

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5450 Walter Bright changed: What|Removed |Added Keywords|rejects-valid, spec | CC|

[Issue 5450] no match for implicit super() call in constructor

2011-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5450 --- Comment #2 from Trass3r 2011-01-13 09:49:40 PST --- (In reply to comment #1) > > class Foo > { > this(float f) {} > } > > class Bar : Foo > { > } > > -> foo.d(7): Error: constructor foo.Bar.this no match for implicit super() > call

[Issue 5450] no match for implicit super() call in constructor

2011-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5450 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2