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





------- Comment #1 from dsim...@yahoo.com  2009-05-03 14:41 -------
Created an attachment (id=346)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=346&action=view)
Make uniform work with chars.

It's just a problem of uniform trying to treat characters as if they were
floating point types because isIntegral!(char) is false.  Here's a patch that
just makes a new template isIntOrChar(T) and uses that instead.


-- 

Reply via email to