digitalmars.D.bugs - multiple this() in a class
- Thomas Kuehne (7/7) Jul 31 2004 The compiler accepts the following code:
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>