Upgrading a codebase from 2.065 to 2.066

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 2 15:41:17 PDT 2014


On Wednesday, 2 July 2014 at 22:34:36 UTC, Brian Schott wrote:
> 4. isNaN is now a template.

It should really be a normal function with float/double/real 
overloads instead of a template. That being said, OTOH an uint 
argument would still lead to an ambiguity error.

David


More information about the Digitalmars-d mailing list