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


Jonathan M Davis <jmdavisp...@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisp...@gmx.com


--- Comment #1 from Jonathan M Davis <jmdavisp...@gmx.com> 2012-09-11 10:47:12 
PDT ---
fopen is standard C, and druntime simply provides the bindings for the C
library as well as the system calls specific to the OS. Most code should be
using D functions, not the C ones anyway. Providing bindings to standard C
functions or system call APIs is _not_ a bug. If you don't want to use them,
don't use them.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to