Overloading and templates
Falk Henrich
schreibmalwieder at hammerfort.de
Tue Mar 27 12:37:46 PDT 2007
Falk-Florian Henrich wrote:
> Y[] map(X,Y)(Y function(X[]) f, X[] x);
but he probably wanted to write
Y[] map(X,Y)(Y function(X) f, X[] x);
Falk
More information about the Digitalmars-d
mailing list