[Issue 1597] It is not possible to specialize template on associative array.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Oct 19 15:52:20 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1597





------- Comment #3 from wbaxter at gmail.com  2007-10-19 17:52 -------
(In reply to comment #2)
> won't work because it's unclear whether E is a newly-introduced symbol ("must
> be inferred") or a previously-defined symbol ("must be E that I defined in this
> module").

What's wrong with the C++ way of specifying specializations?
Just
   void parse(T[])() {}


-- 



More information about the Digitalmars-d-bugs mailing list