[Issue 4639] Built-in primitive types cannot be used as template alias parameters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Aug 14 01:45:47 PDT 2010


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


Max Samukha <samukha at voliacable.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |samukha at voliacable.com


--- Comment #8 from Max Samukha <samukha at voliacable.com> 2010-08-14 01:45:44 PDT ---
I can't believe the limitation is deliberate. Please remove it if technically
possible. Now the poor coder is forced to practice nonsense like:

template Foo(A...) if (A.length == 1) {}

-- 
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