[Issue 7241] std.format can't read into array of dchar
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Jan 24 09:19:46 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7241
Andrei Alexandrescu <andrei at metalanguage.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |andrei at metalanguage.com
         AssignedTo|nobody at puremagic.com        |andrei at metalanguage.com
--- Comment #1 from Andrei Alexandrescu <andrei at metalanguage.com> 2012-01-24 09:19:44 PST ---
The fixed test code:
import std.stdio;
void foo() {
  File f;
  dchar[1] dc;
  f.readf("%s", &dc);
}
also doesn't work :o). I'll look into this.
-- 
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