[Issue 8784] std.bigint.BigInt.infinity

2012-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8784 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8784] std.bigint.BigInt.infinity

2012-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8784 --- Comment #2 from bearophile_h...@eml.cc 2012-10-09 04:00:17 PDT --- (In reply to comment #1) But for BigInt, it's a huge price to pay. OK. I have templated code that works with integral types, and uses T.max (or T.infinty if T is a

[Issue 8784] std.bigint.BigInt.infinity

2012-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8784 --- Comment #3 from Don clugd...@yahoo.com.au 2012-10-09 05:01:47 PDT --- (In reply to comment #2) (In reply to comment #1) But for BigInt, it's a huge price to pay. OK. I have templated code that works with integral types, and uses