[phobos] line 3250 too

Andrei Alexandrescu andrei at erdani.com
Mon Aug 16 12:30:14 PDT 2010


I replaced lines 3249 and 3250 with:

     version(OSX) {} else assert(isNaN(pow(one, dinf)));
     version(OSX) {} else assert(isNaN(pow(-one, dinf)));

to get std.math to unittest on osx.


Andrei


More information about the phobos mailing list