[Issue 8176] Error: cannot implicitly convert expression (record) of type CsvRecord!(string,cast(Malformed)0,string,dchar) to string

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 17 19:50:02 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=8176

berni44 <bugzilla at d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at d-ecke.de
         Resolution|---                         |INVALID

--- Comment #1 from berni44 <bugzilla at d-ecke.de> ---
The error is correct, because record is a range of strings, but process expects
a string. Probably it was meant to use process(record.front). That compiles. So
here is not really a bug.

--


More information about the Digitalmars-d-bugs mailing list