[Issue 5970] format("%d", BigInt) problem

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 24 19:38:04 PDT 2011


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


timon.gehr at gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr at gmx.ch


--- Comment #2 from timon.gehr at gmx.ch 2011-08-24 19:38:02 PDT ---
alternatively, just provide another overload.

bi.toString(), where bi is a BigInt should just work and return a newly
allocated string that represents bi.

(The current toString would actually better be called writeTo. Format string
should default to null in each case.)

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