More bugs...

Mehrdad wfunction at hotmail.com
Tue May 1 19:11:18 PDT 2012


More problems... similar, but this time related to templates.

  struct Filter(R) { this(R) { } }
  template filter(R) { alias Filter!(R).__ctor filter; }
  void main() { filter([1, 2, 3]); }

Error: template linq.filter(R) is not a function template


Why?


More information about the Digitalmars-d mailing list