[Issue 17109] std.csv chokes on empty columns when parsing to struct
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Thu Jan 19 08:55:42 PST 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=17109
Sophie <meapineapple at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |meapineapple at gmail.com
--- Comment #1 from Sophie <meapineapple at gmail.com> ---
I think this is the correct behavior. The empty string is not valid as a
floating point value, nan or otherwise.
--
    
    
More information about the Digitalmars-d-bugs
mailing list