[Issue 7675] std.format needs better exception messages

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 22 10:33:47 PDT 2013


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


Lukasz Wrzosek <luk.wrzosek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |luk.wrzosek at gmail.com


--- Comment #5 from Lukasz Wrzosek <luk.wrzosek at gmail.com> 2013-05-22 10:33:44 PDT ---
Why this sample compiles fine if it always frows an exception ?

import std.string;

void main()
{
    string res = format("%s %s", 1);
}

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