[Issue 6555] Problem with readf
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue May 22 15:14:52 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6555
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from bearophile_hugs at eml.cc 2012-05-22 15:16:31 PDT ---
The second problem is now fixed.
Regarding the first problem, I don't like a lot the fact that readf doesn't
throw an exception. But something like this seems to fix my problem, so I close
this bug report:
enforce(readf("%d\n", &x));
--
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