digitalmars.D.bugs - multiple this() in a class
- Thomas Kuehne <eisvogel users.sourceforge.net> Jul 31 2004
The compiler accepts the following code:
class DoubleThis{
this(){}
this(){}
}
This happens even if the body of the 2 functions differ.
Thomas
Jul 31 2004








Thomas Kuehne <eisvogel users.sourceforge.net>