http://d.puremagic.com/issues/show_bug.cgi?id=5231
--- Comment #11 from Don <[email protected]> 2010-11-18 12:01:39 PST --- (In reply to comment #10) > (In reply to comment #9) > > > > If it was just a question of inefficiency, I would have implemented it. The > > issue is that it doesn't get the formatting string. > > So > > BigInt b; > > writefln("%x %+d", b, b); > > > > doesn't work, and cannot be made to work. > > But what about writeln, or writefln("%s"...) ? Should those usages be > excluded > because you can't have custom formatting? Yes. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
