[Issue 3608] Allow isExpression and templates to capture template parameters and FQN of template

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Nov 8 07:03:17 PST 2010


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



--- Comment #4 from Simen Kjaeraas <simen.kjaras at gmail.com> 2010-11-08 07:02:15 PST ---
(In reply to comment #3)
> template dissectTemplate( T == U!V, V... ) {


This should of course be 

template dissectTemplate( T == U!V, alias U, V... ) {

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list