[Issue 8471] std.stdio.readf should be @trusted
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Mon Jan 16 12:46:20 PST 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=8471
Jakub Łabaj <uaaabbjjkl at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uaaabbjjkl at gmail.com
--- Comment #4 from Jakub Łabaj <uaaabbjjkl at gmail.com> ---
According to Steven's blog post
(http://dlang.org/blog/2016/09/28/how-to-write-trusted-code-in-d/) I should
"never use @trusted on template functions that accept arbitrary types". Is the
readf case special in this regard?
--
    
    
More information about the Digitalmars-d-bugs
mailing list