On 29/06/2010 15:35, BLS wrote:
On 29/06/2010 15:27, Steven Schveighoffer wrote:
string opIndex(string columnName);

yeah this is what I did, too..
However defined as ;

interface I1 {
string opIndex(string columnName);
}

is a no go. So can we say operator overloading within interfaces is not
allowed in D2 ?

thanks again Steve.. try to learn the interface/property stuff.

Jeez, my mistake.. forget to create the implementation. sorry!

Reply via email to